From 9ea932bf6750e561bc67a18c721ad3d0316d38c5 Mon Sep 17 00:00:00 2001 From: Thomas Runyon <thomas.runyon.2.ctr@us.af.mil> Date: Fri, 5 Feb 2021 13:10:40 -0500 Subject: [PATCH] fix: envoyfilter is not in the correct namesapce for global permission --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 2818e2a108..3f9f1a64f9 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -208,7 +208,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/authservice.git path: "./chart" - tag: "0.1.6-bb.1" + tag: "0.1.6-bb.2" # Dont put chain configuraitons in this section values: {} # Put additional chain configuration in this section -- GitLab