From 5eeffd75579781c764fa86a6982b7a409428e7e8 Mon Sep 17 00:00:00 2001 From: Stanislav Bondarenko <stas@tetrate.io> Date: Tue, 19 Oct 2021 13:51:49 -0400 Subject: [PATCH] bump istio - misdirected envoyfilter fix --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 193e1c48c1..d16f3d3949 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -118,7 +118,7 @@ istio: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git path: "./chart" - tag: "1.11.2-bb.1" + tag: "1.11.2-bb.2" # Ingress gateways are created based on the key name. Adding more keys will add ingress gateways. # Ingress gateways are setup in a Horizontal Pod Autoscaler with 1 to 5 replicas -- GitLab