Skip to content

Commit fa3c4f3

Browse files
authored
Merge pull request sclorg#55 from bparees/bump_version
bump to latest imagestream versions
2 parents 8a0c7d6 + bb07bf1 commit fa3c4f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openshift/templates/django-postgresql.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"from": {
8484
"kind": "ImageStreamTag",
8585
"namespace": "${NAMESPACE}",
86-
"name": "python:3.4"
86+
"name": "python:3.5"
8787
},
8888
"env": [
8989
{
@@ -273,7 +273,7 @@
273273
"from": {
274274
"kind": "ImageStreamTag",
275275
"namespace": "${NAMESPACE}",
276-
"name": "postgresql:9.4"
276+
"name": "postgresql:9.5"
277277
}
278278
}
279279
},

openshift/templates/django.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"from": {
8484
"kind": "ImageStreamTag",
8585
"namespace": "${NAMESPACE}",
86-
"name": "python:3.4"
86+
"name": "python:3.5"
8787
},
8888
"env": [
8989
{

0 commit comments

Comments
 (0)