From 06204cd7ff881ee7c10e01bdc93d903ecb3d2f37 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 14 May 2024 00:26:27 +0200 Subject: [PATCH] [bitnami/haproxy] Release 1.1.2 updating components versions (#25760) Signed-off-by: Bitnami Containers --- bitnami/haproxy/Chart.yaml | 4 ++-- bitnami/haproxy/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'