From 607840c88da3164be0f38cfc80465e2af29892dc Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Tue, 25 Jan 2022 07:03:29 +0100 Subject: [PATCH] Update k3s version --- 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 05fa996..58aa51f 100644 --- a/tasks/cluster_k3s.yml +++ b/tasks/cluster_k3s.yml @@ -29,7 +29,7 @@ - name: retreive k3s binary for x86_64 get_url: - url: "https://github.com/rancher/k3s/releases/download/v1.23.1%2Bk3s2/k3s" + url: "https://github.com/rancher/k3s/releases/download/v1.23.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.23.1%2Bk3s2/k3s-arm64" + url: "https://github.com/rancher/k3s/releases/download/v1.23.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.23.1%2Bk3s2/k3s-armhf" + url: "https://github.com/rancher/k3s/releases/download/v1.23.2%2Bk3s1/k3s-armhf" dest: "/usr/local/bin/k3s" group: root owner: root