chore: update dependency k3s-io/k3s to v1.30.4+k3s1

This commit is contained in:
Renovate Bot 2024-08-23 02:00:38 +00:00 committed by Sebastian Mark
parent 6d69b4b7bf
commit 5bad091295

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.30.3+k3s1 INSTALL_K3S_CHANNEL: v1.30.4+k3s1
INSTALL_K3S_EXEC: "--disable=traefik --tls-san {{ inventory_hostname }}" INSTALL_K3S_EXEC: "--disable=traefik --tls-san {{ inventory_hostname }}"
changed_when: false changed_when: false
- name: Start and enable k3s server - name: Start and enable k3s server