Browse Source

Merge pull request #42 from gabemontero/fixTemplatesAutoFalse

change BC ICT to automatic=true (more deterministic)
pull/43/head
Ben Parees 9 years ago
parent
commit
26d90aed54
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",
"imageChangeParams": {
"automatic": false,
"automatic": true,
"containerNames": [
"postgresql"
],


Loading…
Cancel
Save