From 510d9640ec581543c0179afd954a0b87ab3210ef Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Sun, 4 Feb 2024 16:16:01 +0000 Subject: [PATCH] chore(deps): update quay.io/fedora/fedora docker tag to v39 --- clusters/k8s01/system-upgrades/dns.yaml | 2 +- clusters/k8s01/system-upgrades/iscsid_hotfix.yaml | 2 +- clusters/k8s01/system-upgrades/registry.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/k8s01/system-upgrades/dns.yaml b/clusters/k8s01/system-upgrades/dns.yaml index cacbbef07..4f25a0bcf 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:38 + image: quay.io/fedora/fedora:39@sha256:490a2eb8c9ae75eb4f1cef7cd6bcd73c3fcc00e1a4822d3be592ff917b1353cf command: - chroot - /host diff --git a/clusters/k8s01/system-upgrades/iscsid_hotfix.yaml b/clusters/k8s01/system-upgrades/iscsid_hotfix.yaml index 1723e50a2..f8795328c 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:38 + image: quay.io/fedora/fedora:39@sha256:490a2eb8c9ae75eb4f1cef7cd6bcd73c3fcc00e1a4822d3be592ff917b1353cf 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 e30bae257..92f2b3ad9 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:38 + image: quay.io/fedora/fedora:39@sha256:490a2eb8c9ae75eb4f1cef7cd6bcd73c3fcc00e1a4822d3be592ff917b1353cf command: - chroot - /host -- GitLab