From 642e3ce55e6cb7af29bc37fb68de942e02bac321 Mon Sep 17 00:00:00 2001
From: Nick Nellis <nick@tetrate.io>
Date: Tue, 23 Mar 2021 16:26:22 +0000
Subject: [PATCH] dont hard code values

---
 chart/templates/istio/operator/values.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/chart/templates/istio/operator/values.yaml b/chart/templates/istio/operator/values.yaml
index 374680e93c..0e9eefc2d5 100644
--- a/chart/templates/istio/operator/values.yaml
+++ b/chart/templates/istio/operator/values.yaml
@@ -3,8 +3,6 @@
 {{- end }}
 
 {{- define "bigbang.defaults.istiooperator" -}}
-hub: registry1.dso.mil/ironbank/opensource/istio
-tag: 1.7.3
 createNamespace: false
 
 imagePullSecrets:
-- 
GitLab