mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-31 09:57:38 +07:00
fix(k3s): go back to v1.24
Longhorn does not support v1.25 yet
This commit is contained in:
parent
1696546c8c
commit
6f7bff689a
@ -1,4 +1,4 @@
|
||||
k3s_version: v1.25.4+k3s1
|
||||
k3s_version: v1.24.9+k3s1
|
||||
k3s_config_file: /etc/rancher/k3s/config.yaml
|
||||
k3s_token_file: /etc/rancher/node/password
|
||||
k3s_service_file: /etc/systemd/system/k3s.service
|
||||
|
@ -23,4 +23,4 @@ spec:
|
||||
skipWaitForDeleteTimeout: 300 # Honor PodDisruptionBudgets
|
||||
upgrade:
|
||||
image: rancher/k3s-upgrade
|
||||
version: v1.25.4+k3s1
|
||||
version: v1.24.9+k3s1
|
||||
|
@ -18,4 +18,4 @@ spec:
|
||||
skipWaitForDeleteTimeout: 300 # Honor PodDisruptionBudgets
|
||||
upgrade:
|
||||
image: rancher/k3s-upgrade
|
||||
version: v1.25.4+k3s1
|
||||
version: v1.24.9+k3s1
|
||||
|
Loading…
Reference in New Issue
Block a user