From b7b326ed4a902e7a07dc3a6cd4ef1a93cf31b36c Mon Sep 17 00:00:00 2001 From: Tunde Oladipupo <toladipupo@oteemo.com> Date: Tue, 19 Apr 2022 17:09:25 +0000 Subject: [PATCH] Enable Istio mTLS for Logging (PLG/LFG stack only) --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 995a9b2ea8..a841ab1f1e 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -490,7 +490,7 @@ promtail: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/promtail.git path: "./chart" - tag: "3.11.0-bb.0" + tag: "3.11.0-bb.1" # -- Flux reconciliation overrides specifically for the Promtail Package flux: {} @@ -507,7 +507,7 @@ loki: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/loki.git path: "./chart" - tag: "3.0.1-bb.0" + tag: "3.0.1-bb.1" # -- Flux reconciliation overrides specifically for the Loki Package flux: {} -- GitLab