mirror of https://github.com/kubernetes/kops.git
[addons/nodeLocaCache] Bump patch version
Signed-off-by: dntosas <ntosas@gmail.com>
This commit is contained in:
parent
07a9ed9c27
commit
ceba48855b
|
|
@ -1,5 +1,4 @@
|
||||||
# Vendored from https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml
|
# Vendored from https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
|
@ -140,7 +139,7 @@ spec:
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
containers:
|
containers:
|
||||||
- name: node-cache
|
- name: node-cache
|
||||||
image: k8s.gcr.io/dns/k8s-dns-node-cache:1.17.1
|
image: k8s.gcr.io/dns/k8s-dns-node-cache:1.17.4
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: {{ KubeDNS.NodeLocalDNS.CPURequest }}
|
cpu: {{ KubeDNS.NodeLocalDNS.CPURequest }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue