Skip to content

Commit

Permalink
fix(helm): update chart coredns to 1.35.1 (#2952)
Browse files Browse the repository at this point in the history
Co-authored-by: layla-bot[bot] <138733633+layla-bot[bot]@users.noreply.github.com>
  • Loading branch information
layla-bot[bot] authored Oct 9, 2024
1 parent ccd52d4 commit bec7358
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 talos/main/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ releases:
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.35.0
version: 1.35.1
values: ["../../kubernetes/main/apps/kube-system/coredns/app/helm-values.yaml"]
needs: ["cilium"]
wait: true
Expand Down

0 comments on commit bec7358

Please sign in to comment.