Skip to content

Commit 18de99b

Browse files
committed
Update dnsmasq to 1.14.5.
1 parent eda5abd commit 18de99b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/addons/kube-dns/kube-dns-controller.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
optional: true
4545
containers:
4646
- 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
4848
imagePullPolicy: IfNotPresent
4949
resources:
5050
# TODO: Set memory limits when we've profiled the container for large
@@ -96,7 +96,7 @@ spec:
9696
- name: kube-dns-config
9797
mountPath: /kube-dns-config
9898
- 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
100100
imagePullPolicy: IfNotPresent
101101
livenessProbe:
102102
httpGet:
@@ -135,7 +135,7 @@ spec:
135135
- name: kube-dns-config
136136
mountPath: /etc/k8s/dns/dnsmasq-nanny
137137
- 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
139139
imagePullPolicy: IfNotPresent
140140
livenessProbe:
141141
httpGet:

0 commit comments

Comments
 (0)