From 09d8bdfd2898363e8a357b0b39b303c46f0e6bd7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 19 Aug 2023 11:53:15 +0200 Subject: [PATCH] [bitnami/apache] Release 10.0.5 (#18643) * [bitnami/apache] Release 10.0.5 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 | 6 +++--- bitnami/apache/README.md | 4 ++-- bitnami/apache/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index 0b585ac38d..5407df1e2f 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -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 diff --git a/bitnami/apache/README.md b/bitnami/apache/README.md index 5cdc0c531a..a2eef808b3 100644 --- a/bitnami/apache/README.md +++ b/bitnami/apache/README.md @@ -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 | `[]` | diff --git a/bitnami/apache/values.yaml b/bitnami/apache/values.yaml index b09085ed41..ded69ad018 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-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.