Skip to content

Commit

Permalink
fix(helm): update coredns ( 1.37.0 → 1.37.1 ) (#3524)
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | coredns | 1.37.0 | 1.37.1 |

Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com>
  • Loading branch information
smurf-bot[bot] authored Jan 14, 2025
1 parent 5268a4d commit c854602
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.37.0
version: 1.37.1
sourceRef:
kind: HelmRepository
name: coredns
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/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.37.0
version: 1.37.1
values:
- ../apps/kube-system/coredns/app/helm-values.yaml
needs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.37.0
version: 1.37.1
sourceRef:
kind: HelmRepository
name: coredns
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/utility/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.37.0
version: 1.37.1
values:
- ../apps/kube-system/coredns/app/helm-values.yaml
needs:
Expand Down

0 comments on commit c854602

Please sign in to comment.