From a7d001062cf11c5ed483de51bb721cccce56902e Mon Sep 17 00:00:00 2001 From: Charles Guertin Date: Tue, 6 Jun 2023 12:05:47 -0400 Subject: [PATCH] Updated k3s version "v1.27.1+k3s1" to "v1.27.2+k3s1". (#21) Co-authored-by: k3supdater-bot --- inventory/pi-cluster/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/pi-cluster/group_vars/all.yml b/inventory/pi-cluster/group_vars/all.yml index 74813a7..dd6c7c7 100644 --- a/inventory/pi-cluster/group_vars/all.yml +++ b/inventory/pi-cluster/group_vars/all.yml @@ -4,7 +4,7 @@ ansible_user: charles k3s_state: installed # 'uninstalled' to uninstall k3s k3s_pods_cidr: 10.42.0.0/16 k3s_github_url: https://github.com/k3s-io/k3s -k3s_release_version: v1.27.1+k3s1 +k3s_release_version: v1.27.2+k3s1 k3s_etcd_datastore: true k3s_become: true