mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Bump to rc8
This commit is contained in:
parent
6602756aea
commit
37caa68cce
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
server:
|
||||
image: rancher/k3s:v0.1.0-rc6
|
||||
image: rancher/k3s:v0.1.0-rc8
|
||||
command: server --disable-agent
|
||||
environment:
|
||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||
@ -15,7 +15,7 @@ services:
|
||||
- 6443:6443
|
||||
|
||||
node:
|
||||
image: rancher/k3s:v0.1.0-rc6
|
||||
image: rancher/k3s:v0.1.0-rc8
|
||||
tmpfs:
|
||||
- /run
|
||||
- /var/run
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
VERSION=v0.1.0-rc6
|
||||
VERSION=v0.1.0-rc8
|
||||
|
||||
info()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user