Update v0.7.0 to v0.8.0

This commit is contained in:
Erik Wilson 2019-08-05 15:11:49 -07:00
parent f867995ff7
commit 7028320ca3
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
k3s_version: v0.7.0
k3s_version: v0.8.0
ansible_user: debian
systemd_dir: /etc/systemd/system
master_ip: "{{ hostvars[groups['master'][0]]['ansible_host'] | default(groups['master'][0]) }}"

View File

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