From 44b54892b398ee58bc656ad5fb247a3394b49ab0 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 17 Sep 2020 11:23:18 -0400 Subject: [PATCH] Update templates to 3.8 --- 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 82fed85..f201a81 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-ubi7, 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 fe91fb7..7e12237 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-ubi7, 3.8-ubi8, or latest).", + "value": "3.8-ubi8", "required": true }, { diff --git a/openshift/templates/django.json b/openshift/templates/django.json index 7a9426c..47f7f57 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-ubi7, 3.8-ubi8, or latest).", + "value": "3.8-ubi8", "required": true }, {