From 8234690fdc62f0489696e30b9be7dd7ab1efd350 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Sat, 27 Aug 2022 00:57:27 +0200 Subject: [PATCH] Update k3s to version 1.24.4-k3s1 --- tasks/cluster_k3s.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/cluster_k3s.yml b/tasks/cluster_k3s.yml index 0f37b01..c960bf9 100644 --- a/tasks/cluster_k3s.yml +++ b/tasks/cluster_k3s.yml @@ -38,7 +38,7 @@ - name: retreive k3s binary for x86_64 get_url: - url: "https://github.com/rancher/k3s/releases/download/v1.24.3%2Bk3s1/k3s" + url: "https://github.com/rancher/k3s/releases/download/v1.24.4%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.3%2Bk3s1/k3s-arm64" + url: "https://github.com/rancher/k3s/releases/download/v1.24.4%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.3%2Bk3s1/k3s-armhf" + url: "https://github.com/rancher/k3s/releases/download/v1.24.4%2Bk3s1/k3s-armhf" dest: "/usr/local/bin/k3s" group: root owner: root