diff --git a/bitnami/haproxy/CHANGELOG.md b/bitnami/haproxy/CHANGELOG.md
index 25faad04a9..d42b46d375 100644
--- a/bitnami/haproxy/CHANGELOG.md
+++ b/bitnami/haproxy/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 2.0.6 (2024-06-18)
+## 2.0.7 (2024-07-03)
-* [bitnami/haproxy] Release 2.0.6 ([#27353](https://github.com/bitnami/charts/pull/27353))
+* [bitnami/haproxy] Release 2.0.7 ([#27660](https://github.com/bitnami/charts/pull/27660))
+
+## 2.0.6 (2024-06-18)
+
+* [bitnami/haproxy] Release 2.0.6 (#27353) ([368c8bf](https://github.com/bitnami/charts/commit/368c8bf6869e59fc11823d901c36838a01f6cfde)), closes [#27353](https://github.com/bitnami/charts/issues/27353)
## 2.0.5 (2024-06-17)
diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml
index 1ed9197435..9b5f43ce0e 100644
--- a/bitnami/haproxy/Chart.yaml
+++ b/bitnami/haproxy/Chart.yaml
@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: haproxy
- image: docker.io/bitnami/haproxy:3.0.2-debian-12-r0
+ image: docker.io/bitnami/haproxy:3.0.2-debian-12-r2
apiVersion: v2
appVersion: 3.0.2
dependencies:
@@ -28,4 +28,4 @@ maintainers:
name: haproxy
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/haproxy
-version: 2.0.6
+version: 2.0.7
diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml
index d357697a9f..9f72c48d65 100644
--- a/bitnami/haproxy/values.yaml
+++ b/bitnami/haproxy/values.yaml
@@ -304,7 +304,7 @@ terminationGracePeriodSeconds: ""
image:
registry: docker.io
repository: bitnami/haproxy
- tag: 3.0.2-debian-12-r0
+ tag: 3.0.2-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'