mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Fix image upgrade plan (#3288)
Hi, For the agent plan, there's no need to specify the rancher/k3s-upgrade version
This commit is contained in:
@@ -83,7 +83,7 @@ spec:
|
|||||||
args:
|
args:
|
||||||
- prepare
|
- prepare
|
||||||
- server-plan
|
- server-plan
|
||||||
image: rancher/k3s-upgrade:v1.17.4-k3s1
|
image: rancher/k3s-upgrade
|
||||||
serviceAccountName: system-upgrade
|
serviceAccountName: system-upgrade
|
||||||
upgrade:
|
upgrade:
|
||||||
image: rancher/k3s-upgrade
|
image: rancher/k3s-upgrade
|
||||||
|
|||||||
Reference in New Issue
Block a user