File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
optional : true
45
45
containers :
46
46
- name : kubedns
47
- image : gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.4
47
+ image : gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.5
48
48
imagePullPolicy : IfNotPresent
49
49
resources :
50
50
# TODO: Set memory limits when we've profiled the container for large
96
96
- name : kube-dns-config
97
97
mountPath : /kube-dns-config
98
98
- name : dnsmasq
99
- image : gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.4
99
+ image : gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.5
100
100
imagePullPolicy : IfNotPresent
101
101
livenessProbe :
102
102
httpGet :
@@ -135,7 +135,7 @@ spec:
135
135
- name : kube-dns-config
136
136
mountPath : /etc/k8s/dns/dnsmasq-nanny
137
137
- name : sidecar
138
- image : gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.4
138
+ image : gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.5
139
139
imagePullPolicy : IfNotPresent
140
140
livenessProbe :
141
141
httpGet :
You can’t perform that action at this time.
0 commit comments