Skip to content

Commit 8702a1a

Browse files
committed
Update unbound DNS cache to 1.19.0
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 581ac9a commit 8702a1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cluster/manifests/coredns-local/daemonset-coredns.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ metadata:
66
labels:
77
application: kubernetes
88
component: coredns
9-
version: v1.9.3
109
spec:
1110
updateStrategy:
1211
type: OnDelete
@@ -20,7 +19,6 @@ spec:
2019
application: kubernetes
2120
component: coredns
2221
instance: node-dns
23-
version: v1.9.3
2422
annotations:
2523
logging/destination: "{{.Cluster.ConfigItems.log_destination_infra}}"
2624
prometheus.io/path: /metrics
@@ -41,7 +39,7 @@ spec:
4139
containers:
4240
{{ if eq .Cluster.ConfigItems.dns_cache "unbound" }}
4341
- name: unbound
44-
image: container-registry.zalando.net/teapot/unbound:1.18.0-master-6
42+
image: container-registry.zalando.net/teapot/unbound:1.19.0-master-7
4543
args:
4644
- -d
4745
- -c

0 commit comments

Comments
 (0)