From 60652c7f4649377d6878d141c4ba6cac4630061d Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Wed, 16 Feb 2022 22:53:07 +0000 Subject: [PATCH] Update existing mTLS to allow passing `istio.mtls.mode` --- chart/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index a8e6153c9e..77a4ac6ce6 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -222,7 +222,7 @@ jaeger: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger.git path: "./chart" - tag: "2.27.1-bb.3" + tag: "2.27.1-bb.4" # -- Flux reconciliation overrides specifically for the Jaeger Package flux: @@ -257,7 +257,7 @@ kiali: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/kiali.git path: "./chart" - tag: "1.45.0-bb.2" + tag: "1.45.0-bb.3" # -- Flux reconciliation overrides specifically for the Kiali Package flux: {} @@ -400,7 +400,7 @@ eckoperator: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/eck-operator.git path: "./chart" - tag: "1.9.1-bb.3" + tag: "1.9.1-bb.4" # -- Flux reconciliation overrides specifically for the ECK Operator Package flux: {} @@ -621,7 +621,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice.git path: "./chart" - tag: "0.4.0-bb.23" + tag: "0.4.0-bb.24" # -- Flux reconciliation overrides specifically for the Authservice Package flux: {} -- GitLab