Skip to content

Commit 3a9724b

Browse files
feat(helm): update coredns ( 1.37.3 → 1.39.0 )
1 parent 194707a commit 3a9724b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kubernetes/apps/kube-system/coredns/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: coredns
12-
version: 1.37.3
12+
version: 1.39.0
1313
sourceRef:
1414
kind: HelmRepository
1515
name: coredns

kubernetes/bootstrap/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ releases:
3232
- name: coredns
3333
namespace: kube-system
3434
chart: coredns/coredns
35-
version: 1.37.3
35+
version: 1.39.0
3636
values:
3737
- ../apps/kube-system/coredns/app/helm-values.yaml
3838
needs:

templates/config/kubernetes/apps/kube-system/coredns/app/helmrelease.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: coredns
12-
version: 1.37.3
12+
version: 1.39.0
1313
sourceRef:
1414
kind: HelmRepository
1515
name: coredns

templates/config/kubernetes/bootstrap/helmfile.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ releases:
3232
- name: coredns
3333
namespace: kube-system
3434
chart: coredns/coredns
35-
version: 1.37.3
35+
version: 1.39.0
3636
values:
3737
- ../apps/kube-system/coredns/app/helm-values.yaml
3838
needs:

0 commit comments

Comments
 (0)