From 53cd05892e9f6239751efff614c36bd5683001df Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 27 Jun 2025 00:05:12 +0200 Subject: [PATCH] [bitnami/apache] :zap: :arrow_up: Update dependency references (#34676) * [bitnami/apache] Release 11.3.17 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Bitnami Bot --- bitnami/apache/CHANGELOG.md | 8 ++++++-- bitnami/apache/Chart.yaml | 6 +++--- bitnami/apache/values.yaml | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bitnami/apache/CHANGELOG.md b/bitnami/apache/CHANGELOG.md index 242bf780ff..4803a005e8 100644 --- a/bitnami/apache/CHANGELOG.md +++ b/bitnami/apache/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 11.3.16 (2025-06-16) +## 11.3.17 (2025-06-26) -* [bitnami/apache] :zap: :arrow_up: Update dependency references ([#34521](https://github.com/bitnami/charts/pull/34521)) +* [bitnami/apache] :zap: :arrow_up: Update dependency references ([#34676](https://github.com/bitnami/charts/pull/34676)) + +## 11.3.16 (2025-06-16) + +* [bitnami/apache] :zap: :arrow_up: Update dependency references (#34521) ([b1d1c4f](https://github.com/bitnami/charts/commit/b1d1c4f673aed7cad29d3bd018df3cb3d7ebc8d8)), closes [#34521](https://github.com/bitnami/charts/issues/34521) ## 11.3.15 (2025-06-16) diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index bf40b05c93..dd51cf769a 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -5,11 +5,11 @@ annotations: category: Infrastructure images: | - name: apache - image: docker.io/bitnami/apache:2.4.63-debian-12-r16 + image: docker.io/bitnami/apache:2.4.63-debian-12-r17 - name: apache-exporter image: docker.io/bitnami/apache-exporter:1.0.10-debian-12-r11 - name: git - image: docker.io/bitnami/git:2.50.0-debian-12-r0 + image: docker.io/bitnami/git:2.50.0-debian-12-r1 licenses: Apache-2.0 tanzuCategory: service apiVersion: v2 @@ -38,4 +38,4 @@ maintainers: name: apache sources: - https://github.com/bitnami/charts/tree/main/bitnami/apache -version: 11.3.16 +version: 11.3.17 diff --git a/bitnami/apache/values.yaml b/bitnami/apache/values.yaml index 8e7045ab4d..f04d336765 100644 --- a/bitnami/apache/values.yaml +++ b/bitnami/apache/values.yaml @@ -71,7 +71,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/apache - tag: 2.4.63-debian-12-r16 + tag: 2.4.63-debian-12-r17 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -100,7 +100,7 @@ image: git: registry: docker.io repository: bitnami/git - tag: 2.50.0-debian-12-r0 + tag: 2.50.0-debian-12-r1 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.