Update version & fix desktop deployment tools
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrien Reslinger 2021-09-26 16:56:45 +02:00
parent cfa8180c18
commit ea47d112e8
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
4 changed files with 73 additions and 53 deletions

View file

@ -29,7 +29,7 @@
- name: retreive k3s binary for x86_64
get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.21.4%2Bk3s1/k3s"
url: "https://github.com/rancher/k3s/releases/download/v1.22.2%2Bk3s1/k3s"
dest: "/usr/local/bin/k3s"
group: root
owner: root
@ -40,7 +40,7 @@
- name: retreive k3s binary for arm64
get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.21.4%2Bk3s1/k3s-arm64"
url: "https://github.com/rancher/k3s/releases/download/v1.22.2%2Bk3s1/k3s-arm64"
dest: "/usr/local/bin/k3s"
group: root
owner: root
@ -51,7 +51,7 @@
- name: retreive k3s binary for armv6/armv7
get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.21.4%2Bk3s1/k3s-armhf"
url: "https://github.com/rancher/k3s/releases/download/v1.22.2%2Bk3s1/k3s-armhf"
dest: "/usr/local/bin/k3s"
group: root
owner: root