Skip to content

Commit f43aead

Browse files
feat(helm): update chart coredns to 1.37.2
1 parent 99b7204 commit f43aead

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
chart:
99
spec:
1010
chart: coredns
11-
version: 1.36.1
11+
version: 1.37.2
1212
sourceRef:
1313
kind: HelmRepository
1414
name: coredns

kubernetes/bootstrap/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ releases:
3030
- name: coredns
3131
namespace: kube-system
3232
chart: coredns/coredns
33-
version: 1.36.1
33+
version: 1.37.2
3434
values:
3535
- ../apps/kube-system/coredns/app/helm-values.yaml
3636
needs:

0 commit comments

Comments
 (0)