Skip to content

Commit

Permalink
feat(helm): update chart coredns ( 1.37.3 → 1.38.0 ) (#5050)
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.37.3`
-> `1.38.0` |

---

### Release Notes

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

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

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

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

</details>

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

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Jan 26, 2025
1 parent c73fc0b commit 31400e9
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 @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.37.3
version: 1.38.0
sourceRef:
kind: HelmRepository
name: coredns-charts
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/staging/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ releases:
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.37.3
version: 1.38.0
values:
- ../apps/kube-system/coredns/app/helm-values.yaml
needs:
Expand Down

0 comments on commit 31400e9

Please sign in to comment.