docker-compose: Bump image versions to v0.7.0

This commit is contained in:
YAMAMOTO Takashi 2019-07-23 14:03:32 +09:00
parent 61bdd8521c
commit da73951082
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: '3'
services:
node:
image: rancher/k3s:v0.6.1
image: rancher/k3s:v0.7.0
tmpfs:
- /run
- /var/run

View File

@ -1,7 +1,7 @@
version: '3'
services:
server:
image: rancher/k3s:v0.6.1
image: rancher/k3s:v0.7.0
command: server --disable-agent
environment:
- K3S_CLUSTER_SECRET=somethingtotallyrandom
@ -15,7 +15,7 @@ services:
- 6443:6443
node:
image: rancher/k3s:v0.6.1
image: rancher/k3s:v0.7.0
tmpfs:
- /run
- /var/run