From 7740349887b55ade7cc334adb82b5b862eedbbe9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 10 Dec 2022 01:16:19 +0100 Subject: [PATCH] [bitnami/apache] Release 9.2.9 (#13890) * [bitnami/apache] Release 9.2.9 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.yaml | 2 +- bitnami/apache/README.md | 6 +++--- bitnami/apache/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index 6473a6708..f29da1ecf 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -26,4 +26,4 @@ name: apache sources: - https://github.com/bitnami/containers/tree/main/bitnami/apache - https://httpd.apache.org -version: 9.2.8 +version: 9.2.9 diff --git a/bitnami/apache/README.md b/bitnami/apache/README.md index 9fa99cb9a..c9b88c03f 100644 --- a/bitnami/apache/README.md +++ b/bitnami/apache/README.md @@ -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.54-debian-11-r62` | +| `image.tag` | Apache image tag (immutable tags are recommended) | `2.4.54-debian-11-r63` | | `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.38.1-debian-11-r16` | +| `git.tag` | Git image tag (immutable tags are recommended) | `2.38.1-debian-11-r17` | | `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 | `[]` | @@ -224,7 +224,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.11.0-debian-11-r68` | +| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r69` | | `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 5586c9255..e688b1429 100644 --- a/bitnami/apache/values.yaml +++ b/bitnami/apache/values.yaml @@ -52,7 +52,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/apache - tag: 2.4.54-debian-11-r62 + tag: 2.4.54-debian-11-r63 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.38.1-debian-11-r16 + tag: 2.38.1-debian-11-r17 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -598,7 +598,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r68 + tag: 0.11.0-debian-11-r69 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.