Skip to content

Commit 77879ba

Browse files
feat(helm): update chart coredns to 1.35.0 (#2943)
Co-authored-by: layla-bot[bot] <138733633+layla-bot[bot]@users.noreply.github.com>
1 parent 3ea3249 commit 77879ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: coredns
12-
version: 1.34.0
12+
version: 1.35.0
1313
sourceRef:
1414
kind: HelmRepository
1515
name: coredns

talos/main/helmfile.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ releases:
2525
- name: coredns
2626
namespace: kube-system
2727
chart: coredns/coredns
28-
version: 1.34.0
28+
version: 1.35.0
2929
values: ["../../kubernetes/main/apps/kube-system/coredns/app/helm-values.yaml"]
3030
needs: ["cilium"]
3131
wait: true

0 commit comments

Comments
 (0)