mirror of
https://github.com/k3s-io/k3s.git
synced 2026-05-28 04:34:19 -04:00
Updated to v1.0.0 image versions
This commit is contained in:
parent
18bd921cdd
commit
e25950c653
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
server:
|
||||
image: rancher/k3s:v0.10.0
|
||||
image: rancher/k3s:v1.0.0
|
||||
command: server --disable-agent
|
||||
environment:
|
||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||
|
|
@ -15,7 +15,7 @@ services:
|
|||
- 6443:6443
|
||||
|
||||
node:
|
||||
image: rancher/k3s:v0.10.0
|
||||
image: rancher/k3s:v1.0.0
|
||||
tmpfs:
|
||||
- /run
|
||||
- /var/run
|
||||
|
|
|
|||
Loading…
Reference in a new issue