From 2f72437fe5e32e51533a3e8581721d8f91611ece Mon Sep 17 00:00:00 2001 From: Ryan Garcia <garcia.ryan@solute.us> Date: Fri, 28 May 2021 17:24:14 +0000 Subject: [PATCH] feat: Bumping monitoring tag version --- chart/templates/monitoring/values.yaml | 3 +++ chart/values.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/chart/templates/monitoring/values.yaml b/chart/templates/monitoring/values.yaml index a73c4034fe..7cac74ea80 100644 --- a/chart/templates/monitoring/values.yaml +++ b/chart/templates/monitoring/values.yaml @@ -8,6 +8,9 @@ hostname: {{ .Values.hostname }} flux: enabled: true +networkPolicies: + enabled: {{ .Values.networkPolicies.enabled }} + istio: enabled: {{ .Values.istio.enabled }} prometheus: diff --git a/chart/values.yaml b/chart/values.yaml index 0eb9505370..10e9e5c222 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -318,7 +318,7 @@ monitoring: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git path: "./chart" - tag: "11.0.0-bb.18" + tag: "11.0.0-bb.20" # -- Flux reconciliation overrides specifically for the Monitoring Package flux: {} -- GitLab