From 5b0475f7fba9606573c9fd4cfdb29250c336588f Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 23 Oct 2023 04:16:25 +0200 Subject: [PATCH] feat(system-upgrade): allow to turn off fedora autoupdates --- infrastructure/system-upgrades/fedora.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure/system-upgrades/fedora.yaml b/infrastructure/system-upgrades/fedora.yaml index dd2b11c0d..957b8b6f6 100644 --- a/infrastructure/system-upgrades/fedora.yaml +++ b/infrastructure/system-upgrades/fedora.yaml @@ -31,6 +31,10 @@ spec: operator: In values: - fedora + - key: upgrade.shivering-isles.com/fedora-autoupdate + operator: In + values: + - "true" - key: feature.node.kubernetes.io/system-os_release.VERSION_ID.major operator: In values: -- GitLab