[bitnami/apache] Release 9.2.15 (#14715)

* [bitnami/apache] Release 9.2.15 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-02 05:58:26 +01:00
committed by GitHub
parent c7c581cad5
commit 8446d44b27
3 changed files with 5 additions and 5 deletions

View File

@@ -26,4 +26,4 @@ name: apache
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/apache
- https://httpd.apache.org
version: 9.2.14
version: 9.2.15

View File

@@ -82,14 +82,14 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- |
| `image.registry` | Apache image registry | `docker.io` |
| `image.repository` | Apache image repository | `bitnami/apache` |
| `image.tag` | Apache image tag (immutable tags are recommended) | `2.4.55-debian-11-r8` |
| `image.tag` | Apache image tag (immutable tags are recommended) | `2.4.55-debian-11-r9` |
| `image.digest` | Apache image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Apache image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Apache image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| `git.registry` | Git image registry | `docker.io` |
| `git.repository` | Git image name | `bitnami/git` |
| `git.tag` | Git image tag (immutable tags are recommended) | `2.39.1-debian-11-r5` |
| `git.tag` | Git image tag (immutable tags are recommended) | `2.39.1-debian-11-r6` |
| `git.digest` | Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `git.pullPolicy` | Git image pull policy | `IfNotPresent` |
| `git.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -52,7 +52,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/apache
tag: 2.4.55-debian-11-r8
tag: 2.4.55-debian-11-r9
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -82,7 +82,7 @@ image:
git:
registry: docker.io
repository: bitnami/git
tag: 2.39.1-debian-11-r5
tag: 2.39.1-debian-11-r6
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.