Browse Source

Merge pull request #3288 from simaishi/trigger_auto_true

CFME: Set image change triggers to auto=true for OCP 3.4
Scott Dodson 8 years ago
parent
commit
7c948bc637

+ 3 - 3
roles/openshift_examples/files/examples/v1.4/cfme-templates/cfme-template.yaml

@@ -157,7 +157,7 @@ objects:
       - type: "ConfigChange"
       - type: "ImageChange"
         imageChangeParams:
-          automatic: false
+          automatic: true
           containerNames:
             - "cloudforms"
           from:
@@ -202,7 +202,7 @@ objects:
       -
         type: "ImageChange"
         imageChangeParams:
-          automatic: false
+          automatic: true
           containerNames:
             - "memcached"
           from:
@@ -286,7 +286,7 @@ objects:
       -
         type: "ImageChange"
         imageChangeParams:
-          automatic: false
+          automatic: true
           containerNames:
             - "postgresql"
           from:

+ 3 - 3
roles/openshift_examples/files/examples/v1.5/cfme-templates/cfme-template.yaml

@@ -157,7 +157,7 @@ objects:
       - type: "ConfigChange"
       - type: "ImageChange"
         imageChangeParams:
-          automatic: false
+          automatic: true
           containerNames:
             - "cloudforms"
           from:
@@ -202,7 +202,7 @@ objects:
       -
         type: "ImageChange"
         imageChangeParams:
-          automatic: false
+          automatic: true
           containerNames:
             - "memcached"
           from:
@@ -286,7 +286,7 @@ objects:
       -
         type: "ImageChange"
         imageChangeParams:
-          automatic: false
+          automatic: true
           containerNames:
             - "postgresql"
           from: