chore: update dependency k3s-io/k3s to v1.29.1+k3s2 #106

Merged
renovate-bot merged 1 commit from renovate/k3s-io-k3s-1.x into main 2024-02-15 06:33:53 +00:00
Showing only changes of commit 268e0140ee - Show all commits

View file

@ -12,7 +12,7 @@
- name: Install k3s server - name: Install k3s server
ansible.builtin.command: "k3s_install.sh" ansible.builtin.command: "k3s_install.sh"
environment: environment:
INSTALL_K3S_CHANNEL: v1.29.0+k3s1 INSTALL_K3S_CHANNEL: v1.29.1+k3s2
INSTALL_K3S_EXEC: "--disable traefik" INSTALL_K3S_EXEC: "--disable traefik"
changed_when: false changed_when: false
- name: Start and enable k3s server - name: Start and enable k3s server