From ab3ec8b8b1116bacda623fd7a25129f53c7ebfc0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 2 Feb 2024 18:08:32 +0100 Subject: [PATCH] [bitnami/haproxy] Release 0.13.7 updating components versions (#23080) 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 67a9932093..4364fae4a1 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-r0 + image: docker.io/bitnami/haproxy:2.9.4-debian-11-r1 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.13.6 +version: 0.13.7 diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index f7005cd243..26d9067bb9 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.4-debian-11-r0 + tag: 2.9.4-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'