K3s 1 24 8 (#171)

* chore(dependencies): Updated actions

* chore(dependencies): updated to k3s to v1.24.8+k3s1 and kube-vip to v0.5.7
This commit is contained in:
Techno Tim
2022-12-02 23:14:06 -06:00
committed by GitHub
parent da049dcc28
commit e6cf14ea78
3 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
---
k3s_version: v1.24.7+k3s1
k3s_version: v1.24.8+k3s1
# this is the user that has ssh access to these machines
ansible_user: ansibleuser
systemd_dir: /etc/systemd/system
@@ -41,7 +41,7 @@ extra_agent_args: >-
{{ extra_args }}
# image tag for kube-vip
kube_vip_tag_version: "v0.5.6"
kube_vip_tag_version: "v0.5.7"
# image tag for metal lb
metal_lb_speaker_tag_version: "v0.13.7"