From bf107ba7ecf1e173bdb49bb449dd0bbe16534ffc Mon Sep 17 00:00:00 2001
From: Greg <miernicki_gregory@bah.com>
Date: Wed, 17 Jul 2024 08:55:58 -0500
Subject: [PATCH] =?UTF-8?q?=20=E2=9B=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 chart/values.yaml | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index cf557ef2e2..75816fd954 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -173,7 +173,7 @@ istioBase:
   helmRepo:
     repoName: "registry1"
     chartName: "istio-base"
-    tag:
+    #tag:
   # -- Flux reconciliation overrides specifically for the Istio Base Package
   flux: {}
   # -- Values to passthrough to the istio-base chart
@@ -194,7 +194,7 @@ istiod:
   helmRepo:
     repoName: "registry1"
     chartName: "istiod"
-    tag:
+    #tag:
   # -- Flux reconciliation overrides specifically for the Istio Daemon Package
   flux: {}
   # -- Values to passthrough to the istiod chart
@@ -212,12 +212,10 @@ istioGateway:
     path: "./chart"
     branch: "bb-2213-istio-gateway"
     #tag:
-
-  # helmRepo:
-  #   repoName: "registry1"
-  #   chartName: "istio-gateway"
-  #   tag:
-
+  helmRepo:
+    repoName: "registry1"
+    chartName: "istio-gateway"
+    #tag:
   # -- Flux reconciliation overrides specifically for the Istio Gateway Package
   flux: {}
   # -- Values to passthrough to the istio-base chart
-- 
GitLab