From bd0f229fa1fc65c4eccbdd0c93de3e7d1725396a Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Thu, 19 Sep 2024 08:45:19 +0200 Subject: [PATCH] RELEASE/MAJOR: haproxy: Tag release 1.23.0 Changes in haproxy: - Update base image to HAProxy 3.0.4 Signed-off-by: Dinko Korunic --- haproxy/Chart.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/haproxy/Chart.yaml b/haproxy/Chart.yaml index 0ea0c5f..3e11278 100644 --- a/haproxy/Chart.yaml +++ b/haproxy/Chart.yaml @@ -16,8 +16,8 @@ apiVersion: v2 name: haproxy description: A Helm chart for HAProxy on Kubernetes type: application -version: 1.22.0 -appVersion: 2.9.6 +version: 1.23.0 +appVersion: 3.0.4 kubeVersion: ">=1.17.0-0" keywords: - haproxy @@ -31,5 +31,4 @@ maintainers: engine: gotpl annotations: artifacthub.io/changes: | - - Add support for NodePort custom ports (#234) - - Update base image to HAProxy 2.9.6 + - Update base image to HAProxy 3.0.4