Merge pull request #55 from bparees/bump_version

bump to latest imagestream versions
This commit is contained in:
Ben Parees 2016-07-13 13:38:56 -04:00 committed by GitHub
commit fa3c4f3399
2 changed files with 3 additions and 3 deletions

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"
}
}
},

View File

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