From 4e58c3a2c2161e2e1f43ea35a16d39344c132929 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 Mar 2024 02:01:19 +0000 Subject: [PATCH] chore: update dependency k3s-io/k3s to v1.29.2+k3s1 --- pb_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb_install.yml b/pb_install.yml index 7032a36..329e796 100644 --- a/pb_install.yml +++ b/pb_install.yml @@ -12,7 +12,7 @@ - name: Install k3s server ansible.builtin.command: "k3s_install.sh" environment: - INSTALL_K3S_CHANNEL: v1.29.1+k3s2 + INSTALL_K3S_CHANNEL: v1.29.2+k3s1 INSTALL_K3S_EXEC: "--disable traefik" changed_when: false - name: Start and enable k3s server -- 2.45.2