Skip to content

Commit

Permalink
Bump coredns to 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed May 22, 2022
1 parent dcc3d3c commit b5379cd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -154,7 +154,7 @@ spec:
k8s-app: kube-dns
containers:
- name: coredns
image: {{ if KubeDNS.CoreDNSImage }}{{ KubeDNS.CoreDNSImage }}{{ else }}registry.k8s.io/coredns/coredns:v1.8.5{{ end }}
image: {{ if KubeDNS.CoreDNSImage }}{{ KubeDNS.CoreDNSImage }}{{ else }}registry.k8s.io/coredns/coredns:v1.8.7{{ end }}
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit b5379cd

Please sign in to comment.