Browse Source

Merge 7db5d6740d into 310d5bdb70

pull/200/merge
Mehrdad 2 years ago
committed by GitHub
parent
commit
9a761b866b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      openshift/templates/django-postgresql-persistent.json
  2. +1
    -1
      openshift/templates/django-postgresql.json
  3. +1
    -1
      openshift/templates/django.json

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

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


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

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


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

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


Loading…
Cancel
Save