We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581ac9a commit 8702a1aCopy full SHA for 8702a1a
cluster/manifests/coredns-local/daemonset-coredns.yaml
@@ -6,7 +6,6 @@ metadata:
6
labels:
7
application: kubernetes
8
component: coredns
9
- version: v1.9.3
10
spec:
11
updateStrategy:
12
type: OnDelete
@@ -20,7 +19,6 @@ spec:
20
19
21
22
instance: node-dns
23
24
annotations:
25
logging/destination: "{{.Cluster.ConfigItems.log_destination_infra}}"
26
prometheus.io/path: /metrics
@@ -41,7 +39,7 @@ spec:
41
39
containers:
42
40
{{ if eq .Cluster.ConfigItems.dns_cache "unbound" }}
43
- name: unbound
44
- image: container-registry.zalando.net/teapot/unbound:1.18.0-master-6
+ image: container-registry.zalando.net/teapot/unbound:1.19.0-master-7
45
args:
46
- -d
47
- -c
0 commit comments