diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index 7fd023eb68..67a9932093 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:2.9.3-debian-11-r3 + image: docker.io/bitnami/haproxy:2.9.4-debian-11-r0 apiVersion: v2 -appVersion: 2.9.3 +appVersion: 2.9.4 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: 0.13.5 +version: 0.13.6 diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index e8fe007e24..f7005cd243 100644 --- a/bitnami/haproxy/values.yaml +++ b/bitnami/haproxy/values.yaml @@ -243,7 +243,7 @@ terminationGracePeriodSeconds: "" image: registry: docker.io repository: bitnami/haproxy - tag: 2.9.3-debian-11-r3 + tag: 2.9.4-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'