From 7aec31d2800d7b922f392281b1e6e3b04d2dd05e Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 03:48:35 +0000 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20istio=20helm=20charts=20g?= =?UTF-8?q?roup=20(=201.24.1=20=E2=86=92=201.24.2=20)=20(patch)=20(#6059)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [base](https://redirect.github.com/istio/istio) | patch | `1.24.1` -> `1.24.2` | | [istiod](https://redirect.github.com/istio/istio) | patch | `1.24.1` -> `1.24.2` | --- ### Release Notes
istio/istio (base) ### [`v1.24.2`](https://redirect.github.com/istio/istio/releases/tag/1.24.2): Istio 1.24.2 [Compare Source](https://redirect.github.com/istio/istio/compare/1.24.1...1.24.2) [Artifacts](http://gcsweb.istio.io/gcs/istio-release/releases/1.24.2/) [Release Notes](https://istio.io/news/releases/1.24.x/announcing-1.24.2/)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- kubernetes/sol/apps/istio-system/base/app/helmrelease.yaml | 2 +- kubernetes/sol/apps/istio-system/istiod/app/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/sol/apps/istio-system/base/app/helmrelease.yaml b/kubernetes/sol/apps/istio-system/base/app/helmrelease.yaml index 56c07e634d..5ffeabe466 100644 --- a/kubernetes/sol/apps/istio-system/base/app/helmrelease.yaml +++ b/kubernetes/sol/apps/istio-system/base/app/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: base - version: 1.24.1 + version: 1.24.2 sourceRef: kind: HelmRepository name: istio diff --git a/kubernetes/sol/apps/istio-system/istiod/app/helmrelease.yaml b/kubernetes/sol/apps/istio-system/istiod/app/helmrelease.yaml index 25af7fdccc..b8187d154f 100644 --- a/kubernetes/sol/apps/istio-system/istiod/app/helmrelease.yaml +++ b/kubernetes/sol/apps/istio-system/istiod/app/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: istiod - version: 1.24.1 + version: 1.24.2 sourceRef: kind: HelmRepository name: istio