From 37f9a045fcf4ab29bcb1ab91074e624c6a008c3d Mon Sep 17 00:00:00 2001
From: "garcia.ryan" <garcia.ryan@solute.us>
Date: Fri, 28 May 2021 13:35:08 -0600
Subject: [PATCH] feat: Bumping authservice chart version

---
 chart/templates/authservice/values.yaml | 3 +++
 chart/values.yaml                       | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/chart/templates/authservice/values.yaml b/chart/templates/authservice/values.yaml
index 958fc6af13..1f693132cf 100644
--- a/chart/templates/authservice/values.yaml
+++ b/chart/templates/authservice/values.yaml
@@ -6,6 +6,9 @@
 imagePullSecrets:
   - name: private-registry
 
+networkPolicies:
+  enabled: {{ .Values.networkPolicies.enabled }}
+
 global:
   oidc:
     host: {{ .Values.sso.oidc.host }}
diff --git a/chart/values.yaml b/chart/values.yaml
index 10e9e5c222..4071390184 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -429,7 +429,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/authservice.git
       path: "./chart"
-      tag: "0.4.0-bb.4"
+      tag: "0.4.0-bb.5"
 
     # -- Flux reconciliation overrides specifically for the Authservice Package
     flux: {}
-- 
GitLab