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.23.1
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.23.1
174
174
livenessProbe:
175
175
httpGet:
176
176
path: /healthcheck/dnsmasq
@@ -217,7 +217,7 @@ spec:
217
217
- NET_BIND_SERVICE
218
218
- SETGID
219
219
- name: sidecar
220
- image: registry.k8s.io/dns/k8s-dns-sidecar:1.24.0
220
+ image: registry.k8s.io/dns/k8s-dns-sidecar:1.23.1
221
221
livenessProbe:
222
222
httpGet:
223
223
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.23.1
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.23.1
174
174
livenessProbe:
175
175
httpGet:
176
176
path: /healthcheck/dnsmasq
@@ -217,7 +217,7 @@ spec:
217
217
- NET_BIND_SERVICE
218
218
- SETGID
219
219
- name: sidecar
220
- image: registry.k8s.io/dns/k8s-dns-sidecar:1.24.0
220
+ image: registry.k8s.io/dns/k8s-dns-sidecar:1.23.1
221
221
livenessProbe:
222
222
httpGet:
223
223
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.23.1
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.23.1
174
174
livenessProbe :
175
175
httpGet :
176
176
path : /healthcheck/dnsmasq
@@ -217,7 +217,7 @@ spec:
217
217
- NET_BIND_SERVICE
218
218
- SETGID
219
219
- name : sidecar
220
- image : registry.k8s.io/dns/k8s-dns-sidecar:1.24.0
220
+ image : registry.k8s.io/dns/k8s-dns-sidecar:1.23.1
221
221
livenessProbe :
222
222
httpGet :
223
223
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.23.1
142
142
resources :
143
143
requests :
144
144
cpu : 25m
You can’t perform that action at this time.
0 commit comments