fix: downgrade k3s to v1.29.2+k3s1

v1.29.3+k3s1 breaks patching the ingress controller

This reverts commit 638f1a7a46.
This commit is contained in:
Sebastian Mark 2024-04-05 10:14:32 +02:00
parent d3c1d90c35
commit ed8050ae16

View file

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