[bitnami/apache] Release 10.0.5 (#18643)

* [bitnami/apache] Release 10.0.5 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-08-19 11:53:15 +02:00
committed by GitHub
parent fb297d4b77
commit 09d8bdfd28
3 changed files with 7 additions and 7 deletions

View File

@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: apache-exporter
image: docker.io/bitnami/apache-exporter:1.0.1-debian-11-r17
image: docker.io/bitnami/apache-exporter:1.0.1-debian-11-r21
- name: apache
image: docker.io/bitnami/apache:2.4.57-debian-11-r130
image: docker.io/bitnami/apache:2.4.57-debian-11-r134
- name: git
image: docker.io/bitnami/git:2.41.0-debian-11-r74
apiVersion: v2
@@ -35,4 +35,4 @@ maintainers:
name: apache
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/apache
version: 10.0.4
version: 10.0.5

View File

@@ -80,7 +80,7 @@ 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-r130` |
| `image.tag` | Apache image tag (immutable tags are recommended) | `2.4.57-debian-11-r134` |
| `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 | `[]` |
@@ -219,7 +219,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a sidecar prometheus exporter to expose Apache metrics | `false` |
| `metrics.image.registry` | Apache Exporter image registry | `docker.io` |
| `metrics.image.repository` | Apache Exporter image repository | `bitnami/apache-exporter` |
| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `1.0.1-debian-11-r17` |
| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `1.0.1-debian-11-r21` |
| `metrics.image.digest` | Apache Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | Apache Exporter image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Apache Exporter image pull secrets | `[]` |

View File

@@ -55,7 +55,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/apache
tag: 2.4.57-debian-11-r130
tag: 2.4.57-debian-11-r134
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -595,7 +595,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 1.0.1-debian-11-r17
tag: 1.0.1-debian-11-r21
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.