Merge pull request #42 from gabemontero/fixTemplatesAutoFalse

change BC ICT to automatic=true (more deterministic)
This commit is contained in:
Ben Parees 2016-05-12 10:28:33 -04:00
commit 26d90aed54

View file

@ -260,7 +260,7 @@
{ {
"type": "ImageChange", "type": "ImageChange",
"imageChangeParams": { "imageChangeParams": {
"automatic": false, "automatic": true,
"containerNames": [ "containerNames": [
"postgresql" "postgresql"
], ],