diff --git a/docker-compose.yml b/docker-compose.yml index e5e08f1948..ae01674aa8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/install.sh b/install.sh index 6e34d8a5c7..fd20088ace 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -VERSION=v0.1.0-rc6 +VERSION=v0.1.0-rc8 info() {