From 021aaf08bc3cebdb8f269d079509049f9b1a9dd0 Mon Sep 17 00:00:00 2001 From: "kevin.wilder" <kevin.wilder.1.ctr@us.af.mil> Date: Fri, 11 Mar 2022 16:31:25 +0000 Subject: [PATCH] Resolve "Integrate Vault Package with SSO/OIDC" --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index ecbc7f604b..490e4558f8 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1253,7 +1253,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/keycloak.git path: "./chart" - tag: "17.0.1-bb.0" + tag: "17.0.1-bb.2" database: # -- Hostname of a pre-existing database to use for Keycloak. @@ -1299,7 +1299,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git path: "./chart" - tag: "0.19.0-bb.2" + tag: "0.19.0-bb.3" # -- Flux reconciliation overrides specifically for the Vault Package flux: {} -- GitLab