From 4b9272bef10ee95e85206fedcd488cb0c8940a74 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 22 Oct 2023 22:31:51 +0200 Subject: [PATCH] chore(system-upgrade): Switch all missing images to Fedora 38 --- clusters/k8s01/system-upgrades/dns.yaml | 2 +- clusters/k8s01/system-upgrades/iscsid_hotfix.yaml | 2 +- clusters/k8s01/system-upgrades/registry.yaml | 2 +- infrastructure/system-upgrades/disable-syslog.yaml | 2 +- infrastructure/system-upgrades/fedora-system-upgrade.yaml | 2 +- infrastructure/system-upgrades/fedora.yaml | 2 +- infrastructure/system-upgrades/kubelet.yaml | 2 +- infrastructure/system-upgrades/kubernetes.yaml | 2 +- infrastructure/system-upgrades/logrotate.yaml | 2 +- infrastructure/system-upgrades/longhorn-lvm.yaml | 2 +- infrastructure/system-upgrades/longhorn-setup.yaml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/clusters/k8s01/system-upgrades/dns.yaml b/clusters/k8s01/system-upgrades/dns.yaml index 9fdfa946d..cacbbef07 100644 --- a/clusters/k8s01/system-upgrades/dns.yaml +++ b/clusters/k8s01/system-upgrades/dns.yaml @@ -84,7 +84,7 @@ spec: force: false version: 1.0.0 upgrade: - image: quay.io/fedora/fedora:37 + image: quay.io/fedora/fedora:38 command: - chroot - /host diff --git a/clusters/k8s01/system-upgrades/iscsid_hotfix.yaml b/clusters/k8s01/system-upgrades/iscsid_hotfix.yaml index 1001c7d0a..1723e50a2 100644 --- a/clusters/k8s01/system-upgrades/iscsid_hotfix.yaml +++ b/clusters/k8s01/system-upgrades/iscsid_hotfix.yaml @@ -57,7 +57,7 @@ spec: path: /host/run/system-upgrade/secrets/fedora version: 1.0.0 upgrade: - image: quay.io/fedora/fedora:36 + image: quay.io/fedora/fedora:38 command: ["chroot", "/host"] args: ["sh", "/run/system-upgrade/secrets/fedora/install.sh"] diff --git a/clusters/k8s01/system-upgrades/registry.yaml b/clusters/k8s01/system-upgrades/registry.yaml index 0f804575a..e30bae257 100644 --- a/clusters/k8s01/system-upgrades/registry.yaml +++ b/clusters/k8s01/system-upgrades/registry.yaml @@ -79,7 +79,7 @@ spec: path: /host/run/system-upgrade/secrets/crio-registry-config version: 1.0.5 upgrade: - image: quay.io/fedora/fedora:37 + image: quay.io/fedora/fedora:38 command: - chroot - /host diff --git a/infrastructure/system-upgrades/disable-syslog.yaml b/infrastructure/system-upgrades/disable-syslog.yaml index 41c3b429f..283675d67 100644 --- a/infrastructure/system-upgrades/disable-syslog.yaml +++ b/infrastructure/system-upgrades/disable-syslog.yaml @@ -38,6 +38,6 @@ spec: path: /host/run/system-upgrade/secrets/disable-syslog version: "1.0.0" upgrade: - image: docker.io/library/fedora:35 + image: quay.io/fedora/fedora:38 command: ["chroot", "/host"] args: ["sh", "/run/system-upgrade/secrets/disable-syslog/upgrade.sh"] diff --git a/infrastructure/system-upgrades/fedora-system-upgrade.yaml b/infrastructure/system-upgrades/fedora-system-upgrade.yaml index 8c932bc2c..ba0e96e79 100644 --- a/infrastructure/system-upgrades/fedora-system-upgrade.yaml +++ b/infrastructure/system-upgrades/fedora-system-upgrade.yaml @@ -49,6 +49,6 @@ spec: force: false version: "38" upgrade: - image: registry.fedoraproject.org/fedora:36 + image: quay.io/fedora/fedora:38 command: ["chroot", "/host"] args: ["sh", "/run/system-upgrade/secrets/fedora/upgrade.sh"] diff --git a/infrastructure/system-upgrades/fedora.yaml b/infrastructure/system-upgrades/fedora.yaml index 942008c8a..dd2b11c0d 100644 --- a/infrastructure/system-upgrades/fedora.yaml +++ b/infrastructure/system-upgrades/fedora.yaml @@ -42,6 +42,6 @@ spec: path: /host/run/system-upgrade/secrets/fedora channel: http://calver/weekly upgrade: - image: quay.io/fedora/fedora:36 + image: quay.io/fedora/fedora:38 command: ["chroot", "/host"] args: ["sh", "/run/system-upgrade/secrets/fedora/upgrade.sh"] diff --git a/infrastructure/system-upgrades/kubelet.yaml b/infrastructure/system-upgrades/kubelet.yaml index 9ac28d518..5c580c3ac 100644 --- a/infrastructure/system-upgrades/kubelet.yaml +++ b/infrastructure/system-upgrades/kubelet.yaml @@ -47,6 +47,6 @@ spec: path: /host/run/system-upgrade/secrets/kubelet version: "1.0.0" upgrade: - image: quay.io/fedora/fedora:36 + image: quay.io/fedora/fedora:38 command: ["chroot", "/host"] args: ["sh", "/run/system-upgrade/secrets/kubelet/upgrade.sh"] diff --git a/infrastructure/system-upgrades/kubernetes.yaml b/infrastructure/system-upgrades/kubernetes.yaml index 59148f959..b52773f6b 100644 --- a/infrastructure/system-upgrades/kubernetes.yaml +++ b/infrastructure/system-upgrades/kubernetes.yaml @@ -95,5 +95,5 @@ spec: force: false version: "1.27.6" upgrade: - image: docker.io/library/fedora:38 + image: quay.io/fedora/fedora:38 command: ["sh", "/host/run/system-upgrade/secrets/kubernetes-upgrade/upgrade.sh"] diff --git a/infrastructure/system-upgrades/logrotate.yaml b/infrastructure/system-upgrades/logrotate.yaml index f311a5eb6..5ca6da495 100644 --- a/infrastructure/system-upgrades/logrotate.yaml +++ b/infrastructure/system-upgrades/logrotate.yaml @@ -54,6 +54,6 @@ spec: path: /host/run/system-upgrade/secrets/logrotate-setup version: "1.0.0" upgrade: - image: docker.io/library/fedora:35 + image: quay.io/fedora/fedora:38 command: ["chroot", "/host"] args: ["sh", "/run/system-upgrade/secrets/logrotate-setup/upgrade.sh"] diff --git a/infrastructure/system-upgrades/longhorn-lvm.yaml b/infrastructure/system-upgrades/longhorn-lvm.yaml index 689930773..35b14c51d 100644 --- a/infrastructure/system-upgrades/longhorn-lvm.yaml +++ b/infrastructure/system-upgrades/longhorn-lvm.yaml @@ -81,6 +81,6 @@ spec: path: /host/run/system-upgrade/secrets/longhorn-lvm version: "1.0.8" upgrade: - image: docker.io/library/fedora:35 + image: quay.io/fedora/fedora:38 command: ["chroot", "/host"] args: ["sh", "/run/system-upgrade/secrets/longhorn-lvm/upgrade.sh"] diff --git a/infrastructure/system-upgrades/longhorn-setup.yaml b/infrastructure/system-upgrades/longhorn-setup.yaml index 9ee9d44ce..9bb76c163 100644 --- a/infrastructure/system-upgrades/longhorn-setup.yaml +++ b/infrastructure/system-upgrades/longhorn-setup.yaml @@ -40,6 +40,6 @@ spec: path: /host/run/system-upgrade/secrets/longhorn-setup version: "1.0.0" upgrade: - image: docker.io/library/fedora:35 + image: quay.io/fedora/fedora:38 command: ["chroot", "/host"] args: ["sh", "/run/system-upgrade/secrets/longhorn-setup/upgrade.sh"] -- GitLab