diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index 5cb9b05b59..738df8f76d 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:2.9.7-debian-12-r3 + image: docker.io/bitnami/haproxy:2.9.7-debian-12-r5 apiVersion: v2 appVersion: 2.9.7 dependencies: @@ -28,4 +28,4 @@ maintainers: name: haproxy sources: - https://github.com/bitnami/charts/tree/main/bitnami/haproxy -version: 1.1.1 +version: 1.1.2 diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index dda2d70755..51ef92db8c 100644 --- a/bitnami/haproxy/values.yaml +++ b/bitnami/haproxy/values.yaml @@ -304,7 +304,7 @@ terminationGracePeriodSeconds: "" image: registry: docker.io repository: bitnami/haproxy - tag: 2.9.7-debian-12-r3 + tag: 2.9.7-debian-12-r5 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'