diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index 591c3108c3..440f2ed0c6 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.3-debian-11-r1 + image: docker.io/bitnami/haproxy:2.9.3-debian-11-r2 apiVersion: v2 appVersion: 2.9.3 dependencies: @@ -28,4 +28,4 @@ maintainers: name: haproxy sources: - https://github.com/bitnami/charts/tree/main/bitnami/haproxy -version: 0.13.3 +version: 0.13.4 diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index 68076dd3d2..f5c580f927 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-r1 + tag: 2.9.3-debian-11-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'