Skip to content

Commit b904fd4

Browse files
authored
feat(container): update image coredns ( 1.40.0 → 1.41.0 )
1 parent 0656425 commit b904fd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.40.0
12+
version: 1.41.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
@@ -31,7 +31,7 @@ releases:
3131
- name: coredns
3232
namespace: kube-system
3333
chart: oci://ghcr.io/coredns/charts/coredns
34-
version: 1.40.0
34+
version: 1.41.0
3535
values:
3636
- ../apps/kube-system/coredns/app/values.yaml
3737
needs:

0 commit comments

Comments
 (0)