From 45cfc1f051594118cab81a189bd780eb475e4126 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Fri, 17 Nov 2023 06:13:09 +0000
Subject: [PATCH] chore(deps): update quay.io/fedora/fedora docker tag to v39

---
 Earthfile                                                       | 2 +-
 images/mirror/Earthfile                                         | 2 +-
 infrastructure/system-upgrades/disable-syslog.yaml              | 2 +-
 infrastructure/system-upgrades/fedora-system-upgrade.yaml       | 2 +-
 .../system-upgrades/fedora-temperature-management.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/Earthfile b/Earthfile
index 0a2c75c76..afb6baa60 100644
--- a/Earthfile
+++ b/Earthfile
@@ -6,7 +6,7 @@ images:
     BUILD +images-earthly --CONTAINER_REGISTRY=${CONTAINER_REGISTRY}
 
 images-src:
-    FROM quay.io/fedora/fedora:38
+    FROM quay.io/fedora/fedora:39
     COPY images/ ./images
 
 images-earthly:
diff --git a/images/mirror/Earthfile b/images/mirror/Earthfile
index 8bd3b34c0..912d79e5d 100644
--- a/images/mirror/Earthfile
+++ b/images/mirror/Earthfile
@@ -26,7 +26,7 @@ trivy:
     DO +MIRROR --image=docker.io/aquasec/trivy:0.47.0
 
 fedora:
-    DO +MIRROR --image=quay.io/fedora/fedora:38@sha256:242d1f52519f56bb9cee9658c39a8d9978e927260330ce92b830ea2f9460d750
+    DO +MIRROR --image=quay.io/fedora/fedora:39@sha256:626f4480c997fb048a7e89a57ff6b270a70c6dc474e7755ec5be6b4815904ae5
 
 cosign:
     DO +MIRROR --image=gcr.io/projectsigstore/cosign:v2.2.1
diff --git a/infrastructure/system-upgrades/disable-syslog.yaml b/infrastructure/system-upgrades/disable-syslog.yaml
index 283675d67..1b3b8a464 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: quay.io/fedora/fedora:38
+    image: quay.io/fedora/fedora:39
     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 ba0e96e79..2b4ea174c 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: quay.io/fedora/fedora:38
+    image: quay.io/fedora/fedora:39
     command: ["chroot", "/host"]
     args: ["sh", "/run/system-upgrade/secrets/fedora/upgrade.sh"]
diff --git a/infrastructure/system-upgrades/fedora-temperature-management.yaml b/infrastructure/system-upgrades/fedora-temperature-management.yaml
index 37e26db2b..241b23a9e 100644
--- a/infrastructure/system-upgrades/fedora-temperature-management.yaml
+++ b/infrastructure/system-upgrades/fedora-temperature-management.yaml
@@ -63,6 +63,6 @@ spec:
       path: /host/run/system-upgrade/secrets/fedora
   version: 1.0.0
   upgrade:
-    image: quay.io/fedora/fedora:38
+    image: quay.io/fedora/fedora:39
     command: ["chroot", "/host"]
     args: ["sh", "/run/system-upgrade/secrets/fedora/install.sh"]
diff --git a/infrastructure/system-upgrades/fedora.yaml b/infrastructure/system-upgrades/fedora.yaml
index 957b8b6f6..90c83737a 100644
--- a/infrastructure/system-upgrades/fedora.yaml
+++ b/infrastructure/system-upgrades/fedora.yaml
@@ -46,6 +46,6 @@ spec:
       path: /host/run/system-upgrade/secrets/fedora
   channel: http://calver/weekly
   upgrade:
-    image: quay.io/fedora/fedora:38
+    image: quay.io/fedora/fedora:39
     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 5c580c3ac..d437e0919 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:38
+    image: quay.io/fedora/fedora:39
     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 09d2ee307..7a395b598 100644
--- a/infrastructure/system-upgrades/kubernetes.yaml
+++ b/infrastructure/system-upgrades/kubernetes.yaml
@@ -95,5 +95,5 @@ spec:
     force: false
   version: "1.27.7"
   upgrade:
-    image: quay.io/fedora/fedora:38
+    image: quay.io/fedora/fedora:39
     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 5ca6da495..dacff3253 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: quay.io/fedora/fedora:38
+    image: quay.io/fedora/fedora:39
     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 35b14c51d..bb561190b 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: quay.io/fedora/fedora:38
+    image: quay.io/fedora/fedora:39
     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 9bb76c163..ccfcb91db 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: quay.io/fedora/fedora:38
+    image: quay.io/fedora/fedora:39
     command: ["chroot", "/host"]
     args: ["sh", "/run/system-upgrade/secrets/longhorn-setup/upgrade.sh"]
-- 
GitLab