From 1a244636eaf3a6ae9f94ad43b9b61e433c336f4e Mon Sep 17 00:00:00 2001 From: Techno Tim Date: Wed, 2 Sep 2026 00:58:34 -0500 Subject: [PATCH] chore(deps): bump k3s to v1.36.4 (#709) - Bump k3s_version to v1.36.4+k3s1 in sample group_vars --- inventory/sample/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/sample/group_vars/all.yml b/inventory/sample/group_vars/all.yml index 4a4c2ff..1aaa9c0 100644 --- a/inventory/sample/group_vars/all.yml +++ b/inventory/sample/group_vars/all.yml @@ -1,5 +1,5 @@ --- -k3s_version: v1.36.3+k3s1 +k3s_version: v1.36.4+k3s1 # this is the user that has ssh access to these machines ansible_user: ansibleuser systemd_dir: /etc/systemd/system