From 16cbbcdebb112f81a8adea8eb78300839cc44265 Mon Sep 17 00:00:00 2001 From: Charles Guertin Date: Sun, 2 Jul 2023 17:28:31 -0400 Subject: [PATCH] Updated k3s version "v1.27.2+k3s1" to "v1.27.3+k3s1". (#22) 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 dd6c7c7..1a94479 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.2+k3s1 +k3s_release_version: v1.27.3+k3s1 k3s_etcd_datastore: true k3s_become: true