From f097dc45cde11be9ae642ada72219bf0241820de Mon Sep 17 00:00:00 2001 From: Josh Wolf <josh@joshwolf.dev> Date: Wed, 24 Feb 2021 13:50:15 -0700 Subject: [PATCH] bump istio controlplane version to 1.7.3-bb.8, with support for openshift/cni toggles --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index bd570ca518..b1345dbf7f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -88,7 +88,7 @@ istio: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git path: "./chart" - tag: "1.7.3-bb.7" + tag: "1.7.3-bb.8" # -- Certificate/Key pair to use as the default certificate for exposing BigBang created applications. # If nothing is provided, applications will expect a valid tls secret to exist in the `istio-system` namespace called `wildcard-cert`. -- GitLab