mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
bump coredns to 1.1.0 version in k8s (#64)
This commit is contained in:
parent
c7d5d3185d
commit
3ab625ce2c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue