From 1aaa06d1b6969cab503ef28f5e7faeba09c272d6 Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 22 Dec 2020 13:04:20 +0100 Subject: [PATCH] Update k3s version to 1.20.0-k3s2 --- 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 c93d09a..8fd8c9e 100644 --- a/tasks/cluster_k3s.yml +++ b/tasks/cluster_k3s.yml @@ -13,7 +13,7 @@ - name: retreive k3s binary for x86_64 get_url: - url: "https://github.com/rancher/k3s/releases/download/v1.19.5%2Bk3s2/k3s" + url: "https://github.com/rancher/k3s/releases/download/v1.20.0%2Bk3s2/k3s" dest: "/usr/local/bin/k3s" group: root owner: root @@ -24,7 +24,7 @@ - name: retreive k3s binary for arm64 get_url: - url: "https://github.com/rancher/k3s/releases/download/v1.19.5%2Bk3s2/k3s-arm64" + url: "https://github.com/rancher/k3s/releases/download/v1.20.0%2Bk3s2/k3s-arm64" dest: "/usr/local/bin/k3s" group: root owner: root @@ -35,7 +35,7 @@ - name: retreive k3s binary for armv6/armv7 get_url: - url: "https://github.com/rancher/k3s/releases/download/v1.19.5%2Bk3s2/k3s-armhf" + url: "https://github.com/rancher/k3s/releases/download/v1.20.0%2Bk3s2/k3s-armhf" dest: "/usr/local/bin/k3s" group: root owner: root