From 36e9765d53127bf83714b3390d3b661638902574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:42:59 +0000 Subject: [PATCH] Update Helm release cni to v1.23.1 --- .../istio/istio-cni/overlays/dev/kustomization.yaml | 2 +- .../istio/istio-cni/overlays/prod/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/infrastructure/istio/istio-cni/overlays/dev/kustomization.yaml b/kubernetes/infrastructure/istio/istio-cni/overlays/dev/kustomization.yaml index 7c90bfad..999a7bfe 100644 --- a/kubernetes/infrastructure/istio/istio-cni/overlays/dev/kustomization.yaml +++ b/kubernetes/infrastructure/istio/istio-cni/overlays/dev/kustomization.yaml @@ -7,7 +7,7 @@ resources: helmCharts: - name: cni repo: https://istio-release.storage.googleapis.com/charts - version: 1.22.3 + version: 1.23.1 releaseName: "istio-cni" namespace: istio-system includeCRDs: true diff --git a/kubernetes/infrastructure/istio/istio-cni/overlays/prod/kustomization.yaml b/kubernetes/infrastructure/istio/istio-cni/overlays/prod/kustomization.yaml index ceb16714..68fe0d65 100644 --- a/kubernetes/infrastructure/istio/istio-cni/overlays/prod/kustomization.yaml +++ b/kubernetes/infrastructure/istio/istio-cni/overlays/prod/kustomization.yaml @@ -7,7 +7,7 @@ resources: helmCharts: - name: cni repo: https://istio-release.storage.googleapis.com/charts - version: 1.22.3 + version: 1.23.1 releaseName: "istio-cni" namespace: istio-system includeCRDs: true