diff --git a/bitnami/haproxy/CHANGELOG.md b/bitnami/haproxy/CHANGELOG.md
index 144004733e..df3bed5208 100644
--- a/bitnami/haproxy/CHANGELOG.md
+++ b/bitnami/haproxy/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 2.0.3 (2024-06-11)
+## 2.0.4 (2024-06-14)
-* [bitnami/haproxy] Release 2.0.3 ([#27098](https://github.com/bitnami/charts/pull/27098))
+* [bitnami/haproxy] Release 2.0.4 ([#27177](https://github.com/bitnami/charts/pull/27177))
+
+## 2.0.3 (2024-06-11)
+
+* [bitnami/haproxy] Release 2.0.3 (#27098) ([665d772](https://github.com/bitnami/charts/commit/665d772b05073797eebcf56767a931ac55db62fc)), closes [#27098](https://github.com/bitnami/charts/issues/27098)
## 2.0.2 (2024-06-10)
diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml
index 0c27110810..e91587019d 100644
--- a/bitnami/haproxy/Chart.yaml
+++ b/bitnami/haproxy/Chart.yaml
@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: haproxy
- image: docker.io/bitnami/haproxy:3.0.1-debian-12-r1
+ image: docker.io/bitnami/haproxy:3.0.2-debian-12-r0
apiVersion: v2
-appVersion: 3.0.1
+appVersion: 3.0.2
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -28,4 +28,4 @@ maintainers:
name: haproxy
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/haproxy
-version: 2.0.3
+version: 2.0.4
diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml
index 0db75157e7..d357697a9f 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.1-debian-12-r1
+ tag: 3.0.2-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'