From a03eccfdc940a754aa4e23b7bbc1cba8519e81e9 Mon Sep 17 00:00:00 2001
From: runyontr <tom@runyon.dev>
Date: Fri, 23 Apr 2021 13:46:36 +0000
Subject: [PATCH] Merge branch
 '345-feat-update-authservice-to-use-latest-ib-image-and-templating' into
 'master'

Resolve "feat: Update authservice to use latest IB image and templating"

Closes #345

See merge request platform-one/big-bang/bigbang!442

(cherry picked from commit 976f3813252fd89f1e52a7c69a84e75c753fcff1)

ecdbeadf Update authservice to 0.4.0-bb.1
---
 chart/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 1ee2a42b70..b79210298e 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -339,7 +339,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice.git
       path: "./chart"
-      tag: "0.1.6-bb.4"
+      tag: "0.4.0-bb.1"
 
     # -- Values to passthrough to the authservice chart: https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice.git
     values: {}
-- 
GitLab