From 53e4615c5ffd19d9b6249ea4ccf8b56fa0a6842f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:43:04 +0000 Subject: [PATCH] Update Helm release gateway to v1.23.1 --- .../istio/istio-gateway/overlays/dev/kustomization.yaml | 2 +- .../istio/istio-gateway/overlays/prod/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/infrastructure/istio/istio-gateway/overlays/dev/kustomization.yaml b/kubernetes/infrastructure/istio/istio-gateway/overlays/dev/kustomization.yaml index 2f732b8f..17e46560 100644 --- a/kubernetes/infrastructure/istio/istio-gateway/overlays/dev/kustomization.yaml +++ b/kubernetes/infrastructure/istio/istio-gateway/overlays/dev/kustomization.yaml @@ -7,7 +7,7 @@ resources: helmCharts: - name: gateway repo: https://istio-release.storage.googleapis.com/charts - version: 1.22.3 + version: 1.23.1 releaseName: "istio-gateway" namespace: istio-ingress includeCRDs: true diff --git a/kubernetes/infrastructure/istio/istio-gateway/overlays/prod/kustomization.yaml b/kubernetes/infrastructure/istio/istio-gateway/overlays/prod/kustomization.yaml index 9677d3e3..e866c7eb 100644 --- a/kubernetes/infrastructure/istio/istio-gateway/overlays/prod/kustomization.yaml +++ b/kubernetes/infrastructure/istio/istio-gateway/overlays/prod/kustomization.yaml @@ -7,7 +7,7 @@ resources: helmCharts: - name: gateway repo: https://istio-release.storage.googleapis.com/charts - version: 1.22.3 + version: 1.23.1 releaseName: "istio-gateway" namespace: istio-ingress includeCRDs: true