From b32a2bce725953ef14a67c31b7abc76ef14cb46a Mon Sep 17 00:00:00 2001 From: runyontr <tom@runyon.dev> Date: Thu, 29 Apr 2021 10:29:24 +0000 Subject: [PATCH] Merge branch 'istio-controlplane-tag-bump' into 'master' Istio ControlPlane Tag Bump See merge request platform-one/big-bang/bigbang!449 --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 4dd8eba866..b0ec8d11f2 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -94,7 +94,7 @@ istio: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git path: "./chart" - tag: "1.8.4-bb.0" + tag: "1.8.4-bb.1" # -- 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