diff --git a/bitnami/apache/CHANGELOG.md b/bitnami/apache/CHANGELOG.md
index 4803a005e8..73c2cddf5e 100644
--- a/bitnami/apache/CHANGELOG.md
+++ b/bitnami/apache/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 11.3.17 (2025-06-26)
+## 11.3.18 (2025-06-30)
-* [bitnami/apache] :zap: :arrow_up: Update dependency references ([#34676](https://github.com/bitnami/charts/pull/34676))
+* [bitnami/apache] :zap: :arrow_up: Update dependency references ([#34705](https://github.com/bitnami/charts/pull/34705))
+
+## 11.3.17 (2025-06-26)
+
+* [bitnami/apache] :zap: :arrow_up: Update dependency references (#34676) ([53cd058](https://github.com/bitnami/charts/commit/53cd05892e9f6239751efff614c36bd5683001df)), closes [#34676](https://github.com/bitnami/charts/issues/34676)
## 11.3.16 (2025-06-16)
diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml
index dd51cf769a..2131ee8ccb 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-r17
+ image: docker.io/bitnami/apache:2.4.63-debian-12-r18
- 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-r1
+ image: docker.io/bitnami/git:2.50.0-debian-12-r2
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.17
+version: 11.3.18
diff --git a/bitnami/apache/values.yaml b/bitnami/apache/values.yaml
index f04d336765..cd83d03c07 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-r17
+ tag: 2.4.63-debian-12-r18
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-r1
+ tag: 2.50.0-debian-12-r2
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.