Update k3s to latest version (1.20.2-k3s1)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b5f5566b7a
commit
a4b0c9fc81
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- name: retreive k3s binary for x86_64
|
- name: retreive k3s binary for x86_64
|
||||||
get_url:
|
get_url:
|
||||||
url: "https://github.com/rancher/k3s/releases/download/v1.20.0%2Bk3s2/k3s"
|
url: "https://github.com/rancher/k3s/releases/download/v1.20.2%2Bk3s1/k3s"
|
||||||
dest: "/usr/local/bin/k3s"
|
dest: "/usr/local/bin/k3s"
|
||||||
group: root
|
group: root
|
||||||
owner: root
|
owner: root
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
- name: retreive k3s binary for arm64
|
- name: retreive k3s binary for arm64
|
||||||
get_url:
|
get_url:
|
||||||
url: "https://github.com/rancher/k3s/releases/download/v1.20.0%2Bk3s2/k3s-arm64"
|
url: "https://github.com/rancher/k3s/releases/download/v1.20.2%2Bk3s1/k3s-arm64"
|
||||||
dest: "/usr/local/bin/k3s"
|
dest: "/usr/local/bin/k3s"
|
||||||
group: root
|
group: root
|
||||||
owner: root
|
owner: root
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
- name: retreive k3s binary for armv6/armv7
|
- name: retreive k3s binary for armv6/armv7
|
||||||
get_url:
|
get_url:
|
||||||
url: "https://github.com/rancher/k3s/releases/download/v1.20.0%2Bk3s2/k3s-armhf"
|
url: "https://github.com/rancher/k3s/releases/download/v1.20.2%2Bk3s1/k3s-armhf"
|
||||||
dest: "/usr/local/bin/k3s"
|
dest: "/usr/local/bin/k3s"
|
||||||
group: root
|
group: root
|
||||||
owner: root
|
owner: root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue