Browse Source

Move templates to RHEL/CentOS/UBI 8 and PostgreSQL 12

pull/162/head
Yaakov Selkowitz 5 years ago
parent
commit
2df0ccae87
3 changed files with 10 additions and 10 deletions
  1. +4
    -4
      openshift/templates/django-postgresql-persistent.json
  2. +4
    -4
      openshift/templates/django-postgresql.json
  3. +2
    -2
      openshift/templates/django.json

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

@ -440,15 +440,15 @@
{
"name": "PYTHON_VERSION",
"displayName": "Version of Python Image",
"description": "Version of Python image to be used (3.6 or latest).",
"value": "3.6",
"description": "Version of Python image to be used (3.6-ubi7, 3.6-ubi8, or latest).",
"value": "3.6-ubi8",
"required": true
},
{
"name": "POSTGRESQL_VERSION",
"displayName": "Version of PostgreSQL Image",
"description": "Version of PostgreSQL image to be used (10 or latest).",
"value": "10",
"description": "Version of PostgreSQL image to be used (10-el8, 12-el8, or latest).",
"value": "12-el8",
"required": true
},
{


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

@ -421,15 +421,15 @@
{
"name": "PYTHON_VERSION",
"displayName": "Version of Python Image",
"description": "Version of Python image to be used (3.6 or latest).",
"value": "3.6",
"description": "Version of Python image to be used (3.6-ubi7, 3.6-ubi8, or latest).",
"value": "3.6-ubi8",
"required": true
},
{
"name": "POSTGRESQL_VERSION",
"displayName": "Version of PostgreSQL Image",
"description": "Version of PostgreSQL image to be used (10 or latest).",
"value": "10",
"description": "Version of PostgreSQL image to be used (10-el8, 12-el8, or latest).",
"value": "12-el8",
"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 or latest).",
"value": "3.6",
"description": "Version of Python image to be used (3.6-ubi7, 3.6-ubi8, or latest).",
"value": "3.6-ubi8",
"required": true
},
{


Loading…
Cancel
Save