Skip to content

Commit

Permalink
feat(helm): update chart coredns to 1.33.0 (#987)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [coredns](https://coredns.io)
([source](https://redirect.github.com/coredns/helm)) | minor | `1.32.0`
-> `1.33.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>coredns/helm (coredns)</summary>

###
[`v1.33.0`](https://redirect.github.com/coredns/helm/releases/tag/coredns-1.33.0)

[Compare
Source](https://redirect.github.com/coredns/helm/compare/coredns-1.32.0...coredns-1.33.0)

CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS
Services

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguOTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvaGVsbSIsInR5cGUvbWlub3IiXX0=-->
  • Loading branch information
spiceratops authored Sep 28, 2024
2 parents 51634b2 + ce35441 commit b57ff95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/coredns/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.32.0
version: 1.33.0
sourceRef:
kind: HelmRepository
name: coredns-charts
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ releases:
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.32.0
version: 1.33.0
values:
- ../apps/kube-system/coredns/app/resources/values.yaml
needs:
Expand Down

0 comments on commit b57ff95

Please sign in to comment.