Commit f14a1ae2 authored by Darren Shepherd's avatar Darren Shepherd

Bump to v0.1.0

parent 91251aad
version: '3'
services:
server:
image: rancher/k3s:v0.1.0-rc8
image: rancher/k3s:v0.1.0
command: server --disable-agent
environment:
- K3S_CLUSTER_SECRET=somethingtotallyrandom
......@@ -15,7 +15,7 @@ services:
- 6443:6443
node:
image: rancher/k3s:v0.1.0-rc8
image: rancher/k3s:v0.1.0
tmpfs:
- /run
- /var/run
......
#!/bin/sh
set -e
VERSION=v0.1.0-rc8
VERSION=v0.1.0
info()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment