Skip to content

Commit

Permalink
fix(helm): update coredns ( 1.35.0 → 1.35.1 ) (#5610)
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)) | patch | `1.35.0`
-> `1.35.1` |

---

### Release Notes

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

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

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

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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Oct 8, 2024
1 parent 4b6a78a commit 5b928a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.35.0
version: 1.35.1
sourceRef:
kind: HelmRepository
name: coredns
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kyak/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ releases:
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.35.0
version: 1.35.1
values:
- ../apps/kube-system/coredns/app/helm-values.yaml
needs:
Expand Down

0 comments on commit 5b928a6

Please sign in to comment.