From 08584676c0c27970ec3a49cd8cf71fb045ae95bc Mon Sep 17 00:00:00 2001 From: runyontr <tom@runyon.dev> Date: Thu, 22 Apr 2021 12:21:06 +0000 Subject: [PATCH] Kiali Virtual Service didn't respect hostname --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 28f1cc4add..1ee2a42b70 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -142,7 +142,7 @@ kiali: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/kiali.git path: "./chart" - tag: "1.32.0-bb.0" + tag: "1.32.0-bb.1" sso: # -- Toggle SSO for Kiali on and off enabled: false -- GitLab