From cf3f2c0994001de4387c99c88f6232182b19dbce Mon Sep 17 00:00:00 2001 From: Charles Guertin Date: Thu, 28 Mar 2024 14:46:24 -0400 Subject: [PATCH] Updated k3s version v1.29.1+k3s2 to v1.29.3+k3s1. (#35) Co-authored-by: k3supdater-bot --- inventory/cluster/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/cluster/group_vars/all.yml b/inventory/cluster/group_vars/all.yml index 6020b24..ef7f04d 100644 --- a/inventory/cluster/group_vars/all.yml +++ b/inventory/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.29.1+k3s2 +k3s_release_version: v1.29.3+k3s1 k3s_become: true # Use etcd as an embedded datastore.