From a3cc74971135b32aa968b1d51e1b60c364ee3723 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 21 Sep 2020 09:00:22 +0200 Subject: [PATCH] Update templates to 3.8 Do not include ubi7 as example because Django 2.2.x requires newer sqlite than what we have in RHEL 7 --- openshift/templates/django-postgresql-persistent.json | 4 ++-- openshift/templates/django-postgresql.json | 4 ++-- openshift/templates/django.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openshift/templates/django-postgresql-persistent.json b/openshift/templates/django-postgresql-persistent.json index 82fed854..4c217c4c 100644 --- a/openshift/templates/django-postgresql-persistent.json +++ b/openshift/templates/django-postgresql-persistent.json @@ -440,8 +440,8 @@ { "name": "PYTHON_VERSION", "displayName": "Version of Python Image", - "description": "Version of Python image to be used (3.6-ubi7, 3.6-ubi8, or latest).", - "value": "3.6-ubi8", + "description": "Version of Python image to be used (3.6-ubi8, 3.8-ubi8, or latest).", + "value": "3.8-ubi8", "required": true }, { diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index fe91fb7a..944f3fb1 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -421,8 +421,8 @@ { "name": "PYTHON_VERSION", "displayName": "Version of Python Image", - "description": "Version of Python image to be used (3.6-ubi7, 3.6-ubi8, or latest).", - "value": "3.6-ubi8", + "description": "Version of Python image to be used (3.6-ubi8, 3.8-ubi8, or latest).", + "value": "3.8-ubi8", "required": true }, { diff --git a/openshift/templates/django.json b/openshift/templates/django.json index 7a9426ca..8f5b26e3 100644 --- a/openshift/templates/django.json +++ b/openshift/templates/django.json @@ -251,8 +251,8 @@ { "name": "PYTHON_VERSION", "displayName": "Version of Python Image", - "description": "Version of Python image to be used (3.6-ubi7, 3.6-ubi8, or latest).", - "value": "3.6-ubi8", + "description": "Version of Python image to be used (3.6-ubi8, 3.8-ubi8, or latest).", + "value": "3.8-ubi8", "required": true }, {