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 }, {