From 2125ac1008c628c943eb8f81fbb589b55409bf3d Mon Sep 17 00:00:00 2001 From: Ryan Garcia <garcia.ryan@solute.us> Date: Mon, 15 Nov 2021 20:24:17 +0000 Subject: [PATCH] Update vault repo branch in values.yaml --- chart/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index ed2ecfe83b..7e5e8f9fda 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1129,7 +1129,8 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git path: "./chart" - tag: "0.1.0-bb.0" + #tag: "0.1.0-bb.0" + branch: "registry1-image-verification" # -- Flux reconciliation overrides specifically for the Vault Package flux: {} -- GitLab