Skip to content
Snippets Groups Projects
Verified Commit 851044ed authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(system-upgrades): Restrict fedora version upgrades

This patch restrict Fedora upgrades to nodes with an explicit label
`upgrade.shivering-isles.com/fedora-35-to-36=true`. This ensures a
controlled transition between versions.
parent 14c57eaa
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ spec:
values:
- "35"
- "36"
- key: upgrade.shivering-isles.com/fedora-35-to-36
operator: In
values:
- "true"
serviceAccountName: system-upgrade
secrets:
- name: fedora-35-to-36-system-upgrade
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment