Browse Source

Update templates to 3.8

pull/166/head
Yaakov Selkowitz 5 years ago
parent
commit
44b54892b3
3 changed files with 6 additions and 6 deletions
  1. +2
    -2
      openshift/templates/django-postgresql-persistent.json
  2. +2
    -2
      openshift/templates/django-postgresql.json
  3. +2
    -2
      openshift/templates/django.json

+ 2
- 2
openshift/templates/django-postgresql-persistent.json View File

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


+ 2
- 2
openshift/templates/django-postgresql.json View File

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


+ 2
- 2
openshift/templates/django.json View File

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


Loading…
Cancel
Save