From 97b3616b8a1662d6daccb1c702ae4e918a702c00 Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Mon, 8 Aug 2022 20:32:12 +0000 Subject: [PATCH] Update Istio to 1.14.3 --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 63b8bb478e..3b3e5f0196 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -128,7 +128,7 @@ istio: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git path: "./chart" - tag: "1.14.2-bb.2" + tag: "1.14.3-bb.0" # -- Tetrate Istio Distribution - Tetrate provides FIPs verified Istio and Envoy software and support, # validated through the FIPs Boring Crypto module. Find out more from Tetrate - https://www.tetrate.io/tetrate-istio-subscription @@ -244,7 +244,7 @@ istiooperator: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator.git path: "./chart" - tag: "1.14.2-bb.0" + tag: "1.14.3-bb.0" # -- Flux reconciliation overrides specifically for the Istio Operator Package flux: {} -- GitLab