From 610c7bfd324370e618cfc7eaf6b6da4dd81e32b4 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Thu, 23 Jun 2022 00:02:15 +0200
Subject: [PATCH] feat(system-upgrades): Prepare Fedora 36 environment

---
 .../system-upgrades/fedora-temperature-management.yaml           | 1 +
 infrastructure/system-upgrades/fedora.yaml                       | 1 +
 infrastructure/system-upgrades/kubelet.yaml                      | 1 +
 infrastructure/system-upgrades/kubernetes.yaml                   | 1 +
 infrastructure/system-upgrades/logrotate.yaml                    | 1 +
 infrastructure/system-upgrades/longhorn-setup.yaml               | 1 +
 6 files changed, 6 insertions(+)

diff --git a/infrastructure/system-upgrades/fedora-temperature-management.yaml b/infrastructure/system-upgrades/fedora-temperature-management.yaml
index d97ce7119..ca3b8eb85 100644
--- a/infrastructure/system-upgrades/fedora-temperature-management.yaml
+++ b/infrastructure/system-upgrades/fedora-temperature-management.yaml
@@ -56,6 +56,7 @@ spec:
         operator: In
         values:
           - "35"
+          - "36"
   serviceAccountName: system-upgrade
   secrets:
     - name: fedora-install-temperature-management
diff --git a/infrastructure/system-upgrades/fedora.yaml b/infrastructure/system-upgrades/fedora.yaml
index 1be5656ca..4c644afc2 100644
--- a/infrastructure/system-upgrades/fedora.yaml
+++ b/infrastructure/system-upgrades/fedora.yaml
@@ -34,6 +34,7 @@ spec:
         operator: In
         values:
           - "35"
+          - "36"
   serviceAccountName: system-upgrade
   secrets:
     - name: fedora-dnf-upgrade
diff --git a/infrastructure/system-upgrades/kubelet.yaml b/infrastructure/system-upgrades/kubelet.yaml
index 7bf26b8d9..7e8969e72 100644
--- a/infrastructure/system-upgrades/kubelet.yaml
+++ b/infrastructure/system-upgrades/kubelet.yaml
@@ -36,6 +36,7 @@ spec:
         operator: In
         values:
           - "35"
+          - "36"
   serviceAccountName: system-upgrade
   drain:
     deleteLocalData: true
diff --git a/infrastructure/system-upgrades/kubernetes.yaml b/infrastructure/system-upgrades/kubernetes.yaml
index 91bad27fb..f6fa3f37a 100644
--- a/infrastructure/system-upgrades/kubernetes.yaml
+++ b/infrastructure/system-upgrades/kubernetes.yaml
@@ -69,6 +69,7 @@ spec:
         operator: In
         values:
           - "35"
+          - "36"
       - key: node-role.kubernetes.io/control-plane
         operator: Exists
   serviceAccountName: system-upgrade
diff --git a/infrastructure/system-upgrades/logrotate.yaml b/infrastructure/system-upgrades/logrotate.yaml
index 40bd69e80..918351a3d 100644
--- a/infrastructure/system-upgrades/logrotate.yaml
+++ b/infrastructure/system-upgrades/logrotate.yaml
@@ -46,6 +46,7 @@ spec:
         operator: In
         values:
           - "35"
+          - "36"
   serviceAccountName: system-upgrade
   secrets:
     - name: logrotate-setup
diff --git a/infrastructure/system-upgrades/longhorn-setup.yaml b/infrastructure/system-upgrades/longhorn-setup.yaml
index 6bea92212..148f77e65 100644
--- a/infrastructure/system-upgrades/longhorn-setup.yaml
+++ b/infrastructure/system-upgrades/longhorn-setup.yaml
@@ -33,6 +33,7 @@ spec:
         operator: In
         values:
           - "35"
+          - "36"
   serviceAccountName: system-upgrade
   secrets:
     - name: longhorn-setup
-- 
GitLab