Merge pull request #48 from gabemontero/fixTemplatesAutoFalse

change BC ICT to automatic=true (more deterministic)
This commit is contained in:
Ben Parees 2016-05-12 11:14:02 -04:00
commit 17ff3cdbce

View file

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