fix(k3s): go back to v1.24

Longhorn does not support v1.25 yet
This commit is contained in:
Khue Doan 2022-12-29 10:32:42 +07:00
parent 1696546c8c
commit 6f7bff689a
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -23,4 +23,4 @@ spec:
skipWaitForDeleteTimeout: 300 # Honor PodDisruptionBudgets
upgrade:
image: rancher/k3s-upgrade
version: v1.25.4+k3s1
version: v1.24.9+k3s1

View File

@ -18,4 +18,4 @@ spec:
skipWaitForDeleteTimeout: 300 # Honor PodDisruptionBudgets
upgrade:
image: rancher/k3s-upgrade
version: v1.25.4+k3s1
version: v1.24.9+k3s1