Update kubernetes to version 1.24.3
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-07-19 09:05:42 +02:00
parent ae44b2baff
commit 62d4a6013e
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@
- name: retreive k3s binary for x86_64
get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.24.2%2Bk3s2/k3s"
url: "https://github.com/rancher/k3s/releases/download/v1.24.3%2Bk3s1/k3s"
dest: "/usr/local/bin/k3s"
group: root
owner: root
@ -49,7 +49,7 @@
- name: retreive k3s binary for arm64
get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.24.2%2Bk3s2/k3s-arm64"
url: "https://github.com/rancher/k3s/releases/download/v1.24.3%2Bk3s1/k3s-arm64"
dest: "/usr/local/bin/k3s"
group: root
owner: root
@ -60,7 +60,7 @@
- name: retreive k3s binary for armv6/armv7
get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.24.2%2Bk3s2/k3s-armhf"
url: "https://github.com/rancher/k3s/releases/download/v1.24.3%2Bk3s1/k3s-armhf"
dest: "/usr/local/bin/k3s"
group: root
owner: root