mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
update kubernetes image to 1.9.0 (#264)
* update kubernetes image to 1.9.0 Signed-off-by: spdfnet <32593931+spdfnet@users.noreply.github.com>
This commit is contained in:
parent
e3a5468227
commit
cb075b0a38
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ spec:
|
|||
topologyKey: kubernetes.io/hostname
|
||||
containers:
|
||||
- name: coredns
|
||||
image: coredns/coredns:1.8.6
|
||||
image: coredns/coredns:1.9.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
|
Loading…
Reference in a new issue