feat(k3s): Updated to v1.25 (#187)

* feat(k3s): Updated to v1.25.4+k3s1

* feat(k3s): Updated to v1.25.5+k3s1

* feat(k3s): Updated to v1.25.7+k3s1

* feat(k3s): Updated to v1.25.8+k3s1

* feat(k3s): Updated to v1.25.9+k3s1

* feat(kube-vip): Update to v0.5.12
This commit is contained in:
Techno Tim 2023-04-27 23:09:46 -05:00 committed by GitHub
parent 5c79ea9b71
commit edd4838407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
---
k3s_version: v1.24.12+k3s1
k3s_version: v1.25.9+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.11"
kube_vip_tag_version: "v0.5.12"
# metallb type frr or native
metal_lb_type: "native"