File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ spec:
114
114
kubernetes.io/os: linux
115
115
containers:
116
116
- name: kubedns
117
- image: registry.k8s.io/dns/k8s-dns-kube-dns:1.24 .0
117
+ image: registry.k8s.io/dns/k8s-dns-kube-dns:1.25 .0
118
118
resources:
119
119
# TODO: Set memory limits when we've profiled the container for large
120
120
# clusters, then set request = limit to keep this container in
@@ -170,7 +170,7 @@ spec:
170
170
runAsUser: 1001
171
171
runAsGroup: 1001
172
172
- name: dnsmasq
173
- image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.24 .0
173
+ image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.25 .0
174
174
livenessProbe:
175
175
httpGet:
176
176
path: /healthcheck/dnsmasq
@@ -216,7 +216,7 @@ spec:
216
216
- NET_BIND_SERVICE
217
217
- SETGID
218
218
- name: sidecar
219
- image: registry.k8s.io/dns/k8s-dns-sidecar:1.24 .0
219
+ image: registry.k8s.io/dns/k8s-dns-sidecar:1.25 .0
220
220
livenessProbe:
221
221
httpGet:
222
222
path: /metrics
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ spec:
114
114
kubernetes.io/os: linux
115
115
containers:
116
116
- name: kubedns
117
- image: registry.k8s.io/dns/k8s-dns-kube-dns:1.24 .0
117
+ image: registry.k8s.io/dns/k8s-dns-kube-dns:1.25 .0
118
118
resources:
119
119
# TODO: Set memory limits when we've profiled the container for large
120
120
# clusters, then set request = limit to keep this container in
@@ -170,7 +170,7 @@ spec:
170
170
runAsUser: 1001
171
171
runAsGroup: 1001
172
172
- name: dnsmasq
173
- image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.24 .0
173
+ image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.25 .0
174
174
livenessProbe:
175
175
httpGet:
176
176
path: /healthcheck/dnsmasq
@@ -216,7 +216,7 @@ spec:
216
216
- NET_BIND_SERVICE
217
217
- SETGID
218
218
- name: sidecar
219
- image: registry.k8s.io/dns/k8s-dns-sidecar:1.24 .0
219
+ image: registry.k8s.io/dns/k8s-dns-sidecar:1.25 .0
220
220
livenessProbe:
221
221
httpGet:
222
222
path: /metrics
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ spec:
114
114
kubernetes.io/os : linux
115
115
containers :
116
116
- name : kubedns
117
- image : registry.k8s.io/dns/k8s-dns-kube-dns:1.24 .0
117
+ image : registry.k8s.io/dns/k8s-dns-kube-dns:1.25 .0
118
118
resources :
119
119
# TODO: Set memory limits when we've profiled the container for large
120
120
# clusters, then set request = limit to keep this container in
@@ -170,7 +170,7 @@ spec:
170
170
runAsUser : 1001
171
171
runAsGroup : 1001
172
172
- name : dnsmasq
173
- image : registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.24 .0
173
+ image : registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.25 .0
174
174
livenessProbe :
175
175
httpGet :
176
176
path : /healthcheck/dnsmasq
@@ -216,7 +216,7 @@ spec:
216
216
- NET_BIND_SERVICE
217
217
- SETGID
218
218
- name : sidecar
219
- image : registry.k8s.io/dns/k8s-dns-sidecar:1.24 .0
219
+ image : registry.k8s.io/dns/k8s-dns-sidecar:1.25 .0
220
220
livenessProbe :
221
221
httpGet :
222
222
path : /metrics
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ spec:
138
138
operator : " Exists"
139
139
containers :
140
140
- name : node-cache
141
- image : registry.k8s.io/dns/k8s-dns-node-cache:1.24 .0
141
+ image : registry.k8s.io/dns/k8s-dns-node-cache:1.25 .0
142
142
resources :
143
143
requests :
144
144
cpu : 25m
You can’t perform that action at this time.
0 commit comments