From 3740ad2c27ba5658db607695ab27964eaf7c1329 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Thu, 23 May 2024 19:06:58 +0200 Subject: [PATCH] DOC/MINOR: kubernetes-ingress: Move tag comment in line with tag field Signed-off-by: Dinko Korunic --- haproxy/values.yaml | 3 +-- kubernetes-ingress/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/haproxy/values.yaml b/haproxy/values.yaml index a2dbd9e..1807608 100644 --- a/haproxy/values.yaml +++ b/haproxy/values.yaml @@ -31,8 +31,7 @@ serviceAccount: ## Default values for image image: repository: haproxytech/haproxy-alpine # can be changed to use CE or EE images - # Overrides the image tag whose default is the chart appVersion - tag: "" + tag: "" # overrides the image tag whose default is the chart appVersion pullPolicy: IfNotPresent ## Automatically Roll Deployments diff --git a/kubernetes-ingress/values.yaml b/kubernetes-ingress/values.yaml index 076fadc..0a7bd33 100644 --- a/kubernetes-ingress/values.yaml +++ b/kubernetes-ingress/values.yaml @@ -61,8 +61,7 @@ controller: name: controller image: repository: haproxytech/kubernetes-ingress # can be changed to use CE or EE Controller images - # Overrides the image tag whose default is the chart appVersion - tag: "" + tag: "" # overrides the image tag whose default is the chart appVersion pullPolicy: IfNotPresent ## Deployment or DaemonSet pod mode