mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 06:57:55 +08:00
[bitnami/apache] Release 10.0.2 (#17910)
* [bitnami/apache] Release 10.0.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:
@@ -28,4 +28,4 @@ maintainers:
|
||||
name: apache
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/apache
|
||||
version: 10.0.1
|
||||
version: 10.0.2
|
||||
|
||||
@@ -80,14 +80,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-r112` |
|
||||
| `image.tag` | Apache image tag (immutable tags are recommended) | `2.4.57-debian-11-r113` |
|
||||
| `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.41.0-debian-11-r50` |
|
||||
| `git.tag` | Git image tag (immutable tags are recommended) | `2.41.0-debian-11-r53` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -55,7 +55,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache
|
||||
tag: 2.4.57-debian-11-r112
|
||||
tag: 2.4.57-debian-11-r113
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -85,7 +85,7 @@ image:
|
||||
git:
|
||||
registry: docker.io
|
||||
repository: bitnami/git
|
||||
tag: 2.41.0-debian-11-r50
|
||||
tag: 2.41.0-debian-11-r53
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user