From bb07bf1b492424f1918fa4fcdb3d84b7be805df9 Mon Sep 17 00:00:00 2001 From: Ben Parees Date: Wed, 13 Jul 2016 13:26:20 -0400 Subject: [PATCH] bump to latest imagestream versions --- openshift/templates/django-postgresql.json | 4 ++-- openshift/templates/django.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index 0b7fd7c..7d1dea1 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -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" } } }, diff --git a/openshift/templates/django.json b/openshift/templates/django.json index 9e84e27..1c2e40d 100644 --- a/openshift/templates/django.json +++ b/openshift/templates/django.json @@ -83,7 +83,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${NAMESPACE}", - "name": "python:3.4" + "name": "python:3.5" }, "env": [ {