Browse Source

change BC ICT to automatic=true (more deterministic)

pull/42/head
gabemontero 9 years ago
parent
commit
28d7d42b69
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openshift/templates/django-postgresql.json

+ 1
- 1
openshift/templates/django-postgresql.json View File

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


Loading…
Cancel
Save