From f79f54ff1938e479d622f4fa73a0a5b6cb2f4cd0 Mon Sep 17 00:00:00 2001
From: Micah Nagel <micah.nagel@parsons.com>
Date: Mon, 7 Feb 2022 21:38:49 +0000
Subject: [PATCH] Update Istio to 1.11.5 & add version annotations to
 Istio/Monitoring

---
 chart/values.yaml           | 6 +++---
 scripts/package/synker.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 0b387be6bd..f788aa0b17 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -127,7 +127,7 @@ istio:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git
     path: "./chart"
-    tag: "1.11.3-bb.2"
+    tag: "1.11.5-bb.1"
 
   # 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
@@ -205,7 +205,7 @@ istiooperator:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator.git
     path: "./chart"
-    tag: "1.11.3-bb.3"
+    tag: "1.11.5-bb.1"
 
   # -- Flux reconciliation overrides specifically for the Istio Operator Package
   flux: {}
@@ -491,7 +491,7 @@ monitoring:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git
     path: "./chart"
-    tag: "30.0.1-bb.2"
+    tag: "30.0.1-bb.4"
 
   # -- Flux reconciliation overrides specifically for the Monitoring Package
   flux:
diff --git a/scripts/package/synker.yaml b/scripts/package/synker.yaml
index 51bc6e50d6..e32a08b7a9 100644
--- a/scripts/package/synker.yaml
+++ b/scripts/package/synker.yaml
@@ -35,7 +35,7 @@ source:
     - registry1.dso.mil/ironbank/big-bang/base:1.0.0
     - registry1.dso.mil/ironbank/gitlab/gitlab/kubectl:13.9.0
     - registry1.dso.mil/ironbank/opensource/kubernetes-1.21/kubectl:v1.21.2
-    - registry1.dso.mil/ironbank/opensource/istio/install-cni:1.11.3
+    - registry1.dso.mil/ironbank/opensource/istio/install-cni:1.11.5
     # NOTE: We use the velero AWS plugin in CI so it isn't listed here
     - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.1.2
     - registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.3.1
-- 
GitLab