Browse Source

bump to latest imagestream versions

pull/55/head
Ben Parees 9 years ago
parent
commit
bb07bf1b49
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      openshift/templates/django-postgresql.json
  2. +1
    -1
      openshift/templates/django.json

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

@ -83,7 +83,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "python:3.4"
"name": "python:3.5"
},
"env": [
{
@ -273,7 +273,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "postgresql:9.4"
"name": "postgresql:9.5"
}
}
},


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

@ -83,7 +83,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${NAMESPACE}",
"name": "python:3.4"
"name": "python:3.5"
},
"env": [
{


Loading…
Cancel
Save