change BC ICT to automatic=true (more deterministic)

This commit is contained in:
gabemontero 2016-05-12 10:27:01 -04:00
parent f5dc6e48c6
commit 28d7d42b69

View file

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