From 28d7d42b69c554a5b1d1ba6b6edcd40a6850edbb Mon Sep 17 00:00:00 2001 From: gabemontero Date: Thu, 12 May 2016 10:27:01 -0400 Subject: [PATCH] change BC ICT to automatic=true (more deterministic) --- openshift/templates/django-postgresql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index 844201e..ed03dfa 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -260,7 +260,7 @@ { "type": "ImageChange", "imageChangeParams": { - "automatic": false, + "automatic": true, "containerNames": [ "postgresql" ],