From 39b01eb2e870fb30df966f05b7cd919647ab73b2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 6 Jul 2023 16:28:30 +0200 Subject: [PATCH] [bitnami/apache] Release 9.6.4 (#17508) * [bitnami/apache] Release 9.6.4 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/apache/Chart.lock | 6 +++--- bitnami/apache/Chart.yaml | 2 +- bitnami/apache/README.md | 6 +++--- bitnami/apache/values.yaml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/apache/Chart.lock b/bitnami/apache/Chart.lock index 664678a566..9a737f439b 100644 --- a/bitnami/apache/Chart.lock +++ b/bitnami/apache/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.4.0 -digest: sha256:8c1a5dc923412d11d4d841420494b499cb707305c8b9f87f45ea1a8bf3172cb3 -generated: "2023-05-21T13:38:28.840160239Z" + version: 2.6.0 +digest: sha256:6ce7c85dcb43ad1fc5ff600850f28820ddc2f1a7c8cb25c5ff542fe1f852165a +generated: "2023-07-04T19:50:42.427097248Z" diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index c943c42215..a96292688f 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -28,4 +28,4 @@ maintainers: name: apache sources: - https://github.com/bitnami/charts/tree/main/bitnami/apache -version: 9.6.3 +version: 9.6.4 diff --git a/bitnami/apache/README.md b/bitnami/apache/README.md index 1583dffefe..c563bc5db9 100644 --- a/bitnami/apache/README.md +++ b/bitnami/apache/README.md @@ -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-r24` | +| `image.tag` | Apache image tag (immutable tags are recommended) | `2.4.57-debian-11-r34` | | `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-r1` | +| `git.tag` | Git image tag (immutable tags are recommended) | `2.41.0-debian-11-r11` | | `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 | `[]` | @@ -220,7 +220,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) | `0.13.4-debian-11-r1` | +| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `0.13.4-debian-11-r11` | | `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 | `[]` | diff --git a/bitnami/apache/values.yaml b/bitnami/apache/values.yaml index 65aa0920c4..2ffe98a30b 100644 --- a/bitnami/apache/values.yaml +++ b/bitnami/apache/values.yaml @@ -55,7 +55,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/apache - tag: 2.4.57-debian-11-r24 + tag: 2.4.57-debian-11-r34 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-r1 + tag: 2.41.0-debian-11-r11 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -604,7 +604,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.13.4-debian-11-r1 + tag: 0.13.4-debian-11-r11 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.