Skip to content

Commit 66f8a19

Browse files
feat(helm): update chart coredns to 1.30.0 (#1505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5ff727 commit 66f8a19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
chart:
99
spec:
1010
chart: coredns
11-
version: 1.29.0
11+
version: 1.30.0
1212
sourceRef:
1313
kind: HelmRepository
1414
name: coredns

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

+1-1
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.29.0
33+
version: 1.30.0
3434
values:
3535
- ../apps/kube-system/coredns/app/helm-values.yaml
3636
needs:

0 commit comments

Comments
 (0)