Skip to content

Commit

Permalink
feat(helm): update chart coredns to 1.37.0 (#1651)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent c2a0b8c commit c9d8b67
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.36.1
version: 1.37.0
sourceRef:
kind: HelmRepository
name: coredns
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/templates/kubernetes/bootstrap/helmfile.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ releases:
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.36.1
version: 1.37.0
values:
- ../apps/kube-system/coredns/app/helm-values.yaml
needs:
Expand Down

0 comments on commit c9d8b67

Please sign in to comment.