From 51ef47ebe406bab42ae9a096ae69d0c8d7fefef5 Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Wed, 3 Jul 2024 12:25:50 +0000 Subject: [PATCH] istio update to 1.22.2-bb.0 --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index fefadaa337..1476e7b5f0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -174,11 +174,11 @@ istio: git: repo: https://repo1.dso.mil/big-bang/product/packages/istio-controlplane.git path: "./chart" - tag: "1.22.1-bb.0" + tag: "1.22.2-bb.0" helmRepo: repoName: "registry1" chartName: "istio" - tag: "1.22.1-bb.0" + tag: "1.22.2-bb.0" # -- If the HelmRelease should verify the cosign signature of the HelmRepo (only relevant if Repo is OCI). Set to 'false' to disable verification. # cosignVerify: -- GitLab