From ea5fa9ddc9a736a229a3da07e4153e3c54cb53c5 Mon Sep 17 00:00:00 2001 From: Mehrdad Date: Fri, 17 Mar 2023 12:01:50 +0200 Subject: [PATCH 1/3] Update Django.json. Python version should be 3.9 Redhat end of life notice: https://catalog.redhat.com/software/containers/ubi8/python-39/6065b24eb92fbda3a4c65d8f --- openshift/templates/django.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/django.json b/openshift/templates/django.json index 47f7f57b..3ec67091 100644 --- a/openshift/templates/django.json +++ b/openshift/templates/django.json @@ -252,7 +252,7 @@ "name": "PYTHON_VERSION", "displayName": "Version of Python Image", "description": "Version of Python image to be used (3.6-ubi8, 3.8-ubi7, 3.8-ubi8, or latest).", - "value": "3.8-ubi8", + "value": "3.9", "required": true }, { From fcdc197c9e426ebb27ec51d3139e7a51529e77ae Mon Sep 17 00:00:00 2001 From: Mehrdad Date: Fri, 17 Mar 2023 12:02:32 +0200 Subject: [PATCH 2/3] Update Django.json. Python version should be 3.9 Redhat end of life notice: https://catalog.redhat.com/software/containers/ubi8/python-39/6065b24eb92fbda3a4c65d8f --- openshift/templates/django-postgresql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index 7e12237b..182ca154 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -422,7 +422,7 @@ "name": "PYTHON_VERSION", "displayName": "Version of Python Image", "description": "Version of Python image to be used (3.6-ubi8, 3.8-ubi7, 3.8-ubi8, or latest).", - "value": "3.8-ubi8", + "value": "3.9", "required": true }, { From 7db5d6740d7884e00c0cd6f1c5c603671090e5ae Mon Sep 17 00:00:00 2001 From: Mehrdad Date: Fri, 17 Mar 2023 12:03:05 +0200 Subject: [PATCH 3/3] Update Django.json. Python version should be 3.9 Redhat end of life notice: https://catalog.redhat.com/software/containers/ubi8/python-39/6065b24eb92fbda3a4c65d8f --- openshift/templates/django-postgresql-persistent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/django-postgresql-persistent.json b/openshift/templates/django-postgresql-persistent.json index f201a814..e0cd118f 100644 --- a/openshift/templates/django-postgresql-persistent.json +++ b/openshift/templates/django-postgresql-persistent.json @@ -441,7 +441,7 @@ "name": "PYTHON_VERSION", "displayName": "Version of Python Image", "description": "Version of Python image to be used (3.6-ubi8, 3.8-ubi7, 3.8-ubi8, or latest).", - "value": "3.8-ubi8", + "value": "3.9", "required": true }, {