Skip to content

Commit

Permalink
chore(deps): update helm release cilium to v1.16.4 (#64)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cilium](https://cilium.io/)
([source](https://redirect.github.com/cilium/cilium)) | helm_release |
patch | `1.16.3` -> `1.16.4` |

---

### Release Notes

<details>
<summary>cilium/cilium (cilium)</summary>

###
[`v1.16.4`](https://redirect.github.com/cilium/cilium/compare/1.16.3...1.16.4)

[Compare
Source](https://redirect.github.com/cilium/cilium/compare/1.16.3...1.16.4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/hetznercloud/kubernetes-dev-env).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent deee7ac commit 5b2b57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main-setup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ resource "helm_release" "cilium" {
chart = "cilium"
repository = "https://helm.cilium.io"
namespace = "kube-system"
version = "1.16.3"
version = "1.16.4"
wait = true

set {
Expand Down

0 comments on commit 5b2b57c

Please sign in to comment.