From 6727020823c4f33951536f761305bb641e494962 Mon Sep 17 00:00:00 2001 From: BB_AUTO_MR_TOKEN <project_2872_bot_c0b5e5ba7fbe7ce9d836e755c36b3987@noreply.repo1.dso.mil> Date: Mon, 25 Nov 2024 19:22:50 +0000 Subject: [PATCH] istio update to 1.23.3-bb.1 --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 6713e64fb3..8dbddd9097 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.23.3-bb.0" + tag: "1.23.3-bb.1" helmRepo: repoName: "registry1" chartName: "istio" - tag: "1.23.3-bb.0" + tag: "1.23.3-bb.1" # -- 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