Browse Source

Edit templates to only include imagestreams that support both x86 and ppc64le

pull/131/head
root 7 years ago
parent
commit
34e538fc21
3 changed files with 7 additions and 7 deletions
  1. +3
    -3
      openshift/templates/django-postgresql-persistent.json
  2. +3
    -3
      openshift/templates/django-postgresql.json
  3. +1
    -1
      openshift/templates/django.json

+ 3
- 3
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.4, 3.5, 3.6 or latest).",
"description": "Version of Python image to be used (3.6 or latest).",
"value": "3.6",
"required": true
},
{
"name": "POSTGRESQL_VERSION",
"displayName": "Version of PostgreSQL Image",
"description": "Version of PostgreSQL image to be used (9.4, 9.5, 9.6 or latest).",
"value": "9.6",
"description": "Version of PostgreSQL image to be used (10 or latest).",
"value": "10",
"required": true
},
{


+ 3
- 3
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.4, 3.5, 3.6 or latest).",
"description": "Version of Python image to be used (3.6 or latest).",
"value": "3.6",
"required": true
},
{
"name": "POSTGRESQL_VERSION",
"displayName": "Version of PostgreSQL Image",
"description": "Version of PostgreSQL image to be used (9.4, 9.5, 9.6 or latest).",
"value": "9.6",
"description": "Version of PostgreSQL image to be used (10 or latest).",
"value": "10",
"required": true
},
{


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

@ -251,7 +251,7 @@
{
"name": "PYTHON_VERSION",
"displayName": "Version of Python Image",
"description": "Version of Python image to be used (3.4, 3.5, 3.6 or latest).",
"description": "Version of Python image to be used (3.6 or latest).",
"value": "3.6",
"required": true
},


Loading…
Cancel
Save