From fd9f7bf18790e547fe90ed25d6c748f434473418 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 17 Jan 2022 12:06:40 +0100
Subject: [PATCH] fix(system-upgrades): Replace docker.io images with upstream
 Fedora

---
 infrastructure/system-upgrades/fedora.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/system-upgrades/fedora.yaml b/infrastructure/system-upgrades/fedora.yaml
index 594d3bae6..28593e454 100644
--- a/infrastructure/system-upgrades/fedora.yaml
+++ b/infrastructure/system-upgrades/fedora.yaml
@@ -37,6 +37,6 @@ spec:
     force: false
   channel: http://calver/weekly
   upgrade:
-    image: docker.io/library/fedora:35
+    image: registry.fedoraproject.org/fedora:35
     command: ["chroot", "/host"]
     args: ["sh", "/run/system-upgrade/secrets/fedora/upgrade.sh"]
-- 
GitLab