Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(helm): update chart coredns to 1.31.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Jun 22, 2024
1 parent 7b2d9fd commit 240ef18
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.30.0
version: 1.31.0
sourceRef:
kind: HelmRepository
name: coredns
2 changes: 1 addition & 1 deletion bootstrap/templates/kubernetes/bootstrap/helmfile.yaml.j2
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ releases:
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.30.0
version: 1.31.0
values:
- ../apps/kube-system/coredns/app/helm-values.yaml
needs:
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/coredns/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.30.0
version: 1.31.0
sourceRef:
kind: HelmRepository
name: coredns
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ releases:
- name: coredns
namespace: kube-system
chart: coredns/coredns
version: 1.30.0
version: 1.31.0
values:
- ../apps/kube-system/coredns/app/helm-values.yaml
needs:

0 comments on commit 240ef18

Please sign in to comment.