From 4f688e8115c36ff2e49f0847a63280b42727b66d Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:42:21 -0700 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20cilium=20(=201.15.3=20?= =?UTF-8?q?=E2=86=92=201.15.4=20)=20(#4498)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cilium](https://cilium.io/) ([source](https://togithub.com/cilium/cilium)) | HelmChart | patch | `1.15.3` -> `1.15.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
cilium/cilium (cilium) ### [`v1.15.4`](https://togithub.com/cilium/cilium/compare/1.15.3...1.15.4) [Compare Source](https://togithub.com/cilium/cilium/compare/1.15.3...1.15.4)
--- ### 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 this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- talos/bootstrap/cni/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talos/bootstrap/cni/kustomization.yaml b/talos/bootstrap/cni/kustomization.yaml index 6967f3313f..ab80b43013 100644 --- a/talos/bootstrap/cni/kustomization.yaml +++ b/talos/bootstrap/cni/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization helmCharts: - name: cilium repo: https://helm.cilium.io - version: 1.15.3 + version: 1.15.4 releaseName: cilium namespace: kube-system valuesFile: values.yaml