Browse Source

Merge pull request #166 from multi-arch/master

Update templates to 3.8
pull/167/head
Honza Horak 5 years ago
committed by GitHub
parent
commit
b86082817d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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", "name": "PYTHON_VERSION",
"displayName": "Version of Python Image", "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 "required": true
}, },
{ {


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

@ -421,8 +421,8 @@
{ {
"name": "PYTHON_VERSION", "name": "PYTHON_VERSION",
"displayName": "Version of Python Image", "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 "required": true
}, },
{ {


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

@ -251,8 +251,8 @@
{ {
"name": "PYTHON_VERSION", "name": "PYTHON_VERSION",
"displayName": "Version of Python Image", "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 "required": true
}, },
{ {


Loading…
Cancel
Save