[bitnami/apache] Release 9.5.2 (#16238)

* [bitnami/apache] Release 9.5.2 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-04-26 16:07:49 +02:00
committed by GitHub
parent 172286a593
commit c1bb725fc5
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.5.1
version: 9.5.2

View File

@@ -78,14 +78,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.57-debian-11-r9` |
| `image.tag` | Apache image tag (immutable tags are recommended) | `2.4.57-debian-11-r10` |
| `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.40.0-debian-11-r12` |
| `git.tag` | Git image tag (immutable tags are recommended) | `2.40.1-debian-11-r0` |
| `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.57-debian-11-r9
tag: 2.4.57-debian-11-r10
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.40.0-debian-11-r12
tag: 2.40.1-debian-11-r0
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.