Skip to content

Commit

Permalink
fix(helm): update istio helm charts group ( 1.24.1 → 1.24.2 ) (patch) (
Browse files Browse the repository at this point in the history
…#6058)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [base](https://redirect.github.com/istio/istio) | patch | `1.24.1` ->
`1.24.2` |
| [cni](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` |
| [ztunnel](https://redirect.github.com/istio/istio) | patch | `1.24.1`
-> `1.24.2` |

---

### Release Notes

<details>
<summary>istio/istio (base)</summary>

###
[`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/)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43NC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvaGVsbSIsInR5cGUvcGF0Y2giXX0=-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Dec 22, 2024
1 parent 7aec31d commit c744bc5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: base
version: 1.24.1
version: 1.24.2
sourceRef:
kind: HelmRepository
name: istio
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kyak/apps/istio-system/cni/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: cni
version: 1.24.1
version: 1.24.2
sourceRef:
kind: HelmRepository
name: istio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: istiod
version: 1.24.1
version: 1.24.2
sourceRef:
kind: HelmRepository
name: istio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: ztunnel
version: 1.24.1
version: 1.24.2
sourceRef:
kind: HelmRepository
name: istio
Expand Down

0 comments on commit c744bc5

Please sign in to comment.