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

This commit is contained in:
Renovate Bot 2023-07-17 09:05:08 +00:00 committed by Sebastian Mark
parent a2f3eb29d3
commit ea3dfef243

View file

@ -12,7 +12,7 @@
- name: install k3s server
ansible.builtin.command: "k3s_install.sh"
environment:
INSTALL_K3S_CHANNEL: "v1.27"
INSTALL_K3S_CHANNEL: v1.27.3+k3s1
INSTALL_K3S_EXEC: "--disable traefik"
changed_when: false
- name: start and enable k3s server