From 792bd55ac10bb36bc2a7ba816dfa3a3059fd0ad0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 7 Feb 2024 06:26:31 +0100 Subject: [PATCH] [bitnami/haproxy] Release 0.14.1 updating components versions (#23216) 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 3209522248..40c560f45a 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.4-debian-11-r1 + image: docker.io/bitnami/haproxy:2.9.4-debian-11-r2 apiVersion: v2 appVersion: 2.9.4 dependencies: @@ -28,4 +28,4 @@ maintainers: name: haproxy sources: - https://github.com/bitnami/charts/tree/main/bitnami/haproxy -version: 0.14.0 +version: 0.14.1 diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index 0833cb5d08..d3b797f182 100644 --- a/bitnami/haproxy/values.yaml +++ b/bitnami/haproxy/values.yaml @@ -299,7 +299,7 @@ terminationGracePeriodSeconds: "" image: registry: docker.io repository: bitnami/haproxy - tag: 2.9.4-debian-11-r1 + tag: 2.9.4-debian-11-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'