Skip to content

Commit

Permalink
Updates K3s version.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed Feb 27, 2020
1 parent 9add93e commit b6f6b34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ all:
# Make sure to match the `no_proxy` pattern or otherwise expect Docker images to be proxied twice:
#docker_registry_mirror_url: https://my-docker-registry-mirror.local/
#docker_version: "5:19.03.6~3-0~{{ ansible_lsb.id.lower() }}-{{ ansible_lsb.codename.lower() }}" (https://docs.docker.com/install/linux/docker-ce/ubuntu/)
#k3s_version: v1.17.3-rc1+k3s1 (https://github.com/rancher/k3s/releases)
#k3s_version: v1.17.3+k3s1 (https://github.com/rancher/k3s/releases)
#k8s_version: 1.17.3-00
#kubernetes_cni_version: 0.7.5-00
#locale: C.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion roles/k3s-master-up/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
ansible_become: yes
# https://github.com/rancher/k3s/releases :
k3s_version: v1.17.3-rc1+k3s1
k3s_version: v1.17.3+k3s1
2 changes: 1 addition & 1 deletion roles/k3s-worker-up/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
ansible_become: yes
# https://github.com/rancher/k3s/releases :
k3s_version: v1.17.3-rc1+k3s1
k3s_version: v1.17.3+k3s1

0 comments on commit b6f6b34

Please sign in to comment.