From ebe33824eadcf0fcdf6f8acaca3e552e566ffe4f Mon Sep 17 00:00:00 2001 From: HAProxy CI Bot Date: Tue, 21 Jul 2026 15:57:13 +0000 Subject: [PATCH] MINOR: haproxy-unified-gateway: update appVersion to 1.0.6 --- haproxy-unified-gateway/Chart.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/haproxy-unified-gateway/Chart.yaml b/haproxy-unified-gateway/Chart.yaml index 8eaedce..f627971 100644 --- a/haproxy-unified-gateway/Chart.yaml +++ b/haproxy-unified-gateway/Chart.yaml @@ -17,7 +17,7 @@ name: haproxy-unified-gateway description: A Helm chart for HAProxy Unified Gateway - Kubernetes Gateway API Controller type: application version: 1.1.0 -appVersion: 1.0.5 +appVersion: 1.0.6 kubeVersion: ">=1.26.0-0" keywords: - haproxy @@ -37,12 +37,10 @@ annotations: artifacthub.io/category: networking artifacthub.io/images: | - name: controller - image: docker.io/haproxytech/haproxy-unified-gateway:1.0.5 + image: docker.io/haproxytech/haproxy-unified-gateway:1.0.6 artifacthub.io/license: Apache-2.0 artifacthub.io/links: | - name: support url: https://github.com/haproxytech/helm-charts/issues artifacthub.io/changes: |- - - Use HAProxy Unified Gateway 1.0.5 version for base image - - Add CI coverage for high-priority value branches - - Refactor pod template and fix chart issues + - Use HAProxy Unified Gateway 1.0.6 version for base image