sync with latest source

This commit is contained in:
2025-10-02 19:03:42 +05:30
parent ce0f26c142
commit 827d0b1561
3 changed files with 733 additions and 195 deletions

View File

@@ -5,7 +5,6 @@ metadata:
name: server-plan
namespace: system-upgrade
spec:
channel: https://update.k3s.io/v1-release/channels/stable
concurrency: 1
cordon: true
nodeSelector:
@@ -17,6 +16,7 @@ spec:
serviceAccountName: system-upgrade
upgrade:
image: rancher/k3s-upgrade
channel: https://update.k3s.io/v1-release/channels/stable
---
# Agent plan
apiVersion: upgrade.cattle.io/v1
@@ -25,7 +25,6 @@ metadata:
name: agent-plan
namespace: system-upgrade
spec:
channel: https://update.k3s.io/v1-release/channels/stable
concurrency: 1
cordon: true
nodeSelector:
@@ -40,3 +39,4 @@ spec:
serviceAccountName: system-upgrade
upgrade:
image: rancher/k3s-upgrade
channel: https://update.k3s.io/v1-release/channels/stable