From c016631647280bd4ba10bd5f17495fcb5f8ad035 Mon Sep 17 00:00:00 2001 From: BB_AUTO_MR_TOKEN <project_2872_bot_c0b5e5ba7fbe7ce9d836e755c36b3987@noreply.repo1.dso.mil> Date: Tue, 1 Oct 2024 16:39:48 +0000 Subject: [PATCH] istio update to 1.22.5-bb.0 --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index ea8135751c..187694d177 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.4-bb.2" + tag: "1.22.5-bb.0" helmRepo: repoName: "registry1" chartName: "istio" - tag: "1.22.4-bb.2" + tag: "1.22.5-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