From 230e62e051fe1ac3873c658e9085a56a4eaaf6d0 Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Mon, 31 Jul 2023 19:17:29 +0200 Subject: [PATCH] bodhi: upgrade to 7.2.1 and prod base image to F38 Signed-off-by: Mattia Verga --- inventory/group_vars/os_control | 2 +- inventory/group_vars/os_control_stg | 2 +- roles/openshift-apps/bodhi/templates/dockerfile-base | 2 +- roles/openshift-apps/bodhi/templates/dockerfile-critpathcron | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inventory/group_vars/os_control b/inventory/group_vars/os_control index c105d3a681..b725710638 100644 --- a/inventory/group_vars/os_control +++ b/inventory/group_vars/os_control @@ -1,4 +1,4 @@ --- # Set the Bodhi variables -bodhi_version: "7.2.0" +bodhi_version: "7.2.1" bodhi_openshift_pods: 1 diff --git a/inventory/group_vars/os_control_stg b/inventory/group_vars/os_control_stg index c105d3a681..b725710638 100644 --- a/inventory/group_vars/os_control_stg +++ b/inventory/group_vars/os_control_stg @@ -1,4 +1,4 @@ --- # Set the Bodhi variables -bodhi_version: "7.2.0" +bodhi_version: "7.2.1" bodhi_openshift_pods: 1 diff --git a/roles/openshift-apps/bodhi/templates/dockerfile-base b/roles/openshift-apps/bodhi/templates/dockerfile-base index 3512bf443f..8ed99e50b1 100644 --- a/roles/openshift-apps/bodhi/templates/dockerfile-base +++ b/roles/openshift-apps/bodhi/templates/dockerfile-base @@ -1,7 +1,7 @@ {% if env == "staging" %} FROM fedora:38 {% else %} -FROM fedora:37 +FROM fedora:38 {% endif %} LABEL \ name="bodhi-base" \ diff --git a/roles/openshift-apps/bodhi/templates/dockerfile-critpathcron b/roles/openshift-apps/bodhi/templates/dockerfile-critpathcron index 4944d19160..cace1553e0 100644 --- a/roles/openshift-apps/bodhi/templates/dockerfile-critpathcron +++ b/roles/openshift-apps/bodhi/templates/dockerfile-critpathcron @@ -1,7 +1,7 @@ {% if env == "staging" %} FROM fedora:38 {% else %} -FROM fedora:37 +FROM fedora:38 {% endif %} LABEL \ name="bodhi-critpathcron" \