mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
update to coredns 1.1.1 (#65)
This commit is contained in:
parent
3ab625ce2c
commit
5bb111266e
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ spec:
|
|||
operator: "Exists"
|
||||
containers:
|
||||
- name: coredns
|
||||
image: coredns/coredns:1.1.0
|
||||
image: coredns/coredns:1.1.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
args: [ "-conf", "/etc/coredns/Corefile" ]
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in a new issue