kairos/tests/assets/suc.yaml
Itxaka 83c0aef175
🤖 Fix upgrade k8s test (#2947)
* 🤖 Fix upgrade k8s test

Bring a more updated kairos version and set the version from the test,
instead of hardcoded

Signed-off-by: Itxaka <itxaka@kairos.io>

* Bump framework

Signed-off-by: Itxaka <itxaka@kairos.io>

---------

Signed-off-by: Itxaka <itxaka@kairos.io>
2024-10-16 20:55:41 +02:00

21 lines
414 B
YAML

---
apiVersion: upgrade.cattle.io/v1
kind: Plan
metadata:
name: os-upgrade
namespace: system-upgrade
labels:
k3s-upgrade: server
spec:
concurrency: 1
version: "%s"
nodeSelector:
matchExpressions:
- {key: kubernetes.io/hostname, operator: Exists}
serviceAccountName: system-upgrade
cordon: false
upgrade:
image: quay.io/kairos/opensuse
command:
- "/usr/sbin/suc-upgrade"