bump coredns to 1.1.0 version in k8s (#64)

This commit is contained in:
Chris O'Haver 2018-03-13 16:10:11 -04:00 committed by GitHub
parent c7d5d3185d
commit 3ab625ce2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ spec:
operator: "Exists"
containers:
- name: coredns
image: coredns/coredns:1.0.6
image: coredns/coredns:1.1.0
imagePullPolicy: IfNotPresent
args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts: