Compare commits

...

2 Commits

Author SHA1 Message Date
Alex Howells
40e4520e2b Merge d5db26a216 into d6597150c7 2024-05-12 18:40:51 +00:00
Alex Howells
d5db26a216 chore(core): update k3s to v1.30.0+k3s1
k3s has recently released their first release based upon Kubernetes 1.30 so let's upgrade to that.

https://github.com/k3s-io/k3s/releases
https://github.com/k3s-io/k3s/releases/tag/v1.30.0%2Bk3s1
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md#changelog-since-v1290
2024-05-12 11:39:21 -07:00

View File

@@ -1,5 +1,5 @@
--- ---
k3s_version: v1.29.2+k3s1 k3s_version: v1.30.0+k3s1
# this is the user that has ssh access to these machines # this is the user that has ssh access to these machines
ansible_user: ansibleuser ansible_user: ansibleuser
systemd_dir: /etc/systemd/system systemd_dir: /etc/systemd/system