diff --git a/roles/openshift-apps/maubot/files/deploymentconfig.yml b/roles/openshift-apps/maubot/files/deploymentconfig.yml index 6f2cb6c3ca..bcab625c7e 100644 --- a/roles/openshift-apps/maubot/files/deploymentconfig.yml +++ b/roles/openshift-apps/maubot/files/deploymentconfig.yml @@ -86,11 +86,12 @@ spec: secret: secretName: maubot-fedora-messaging-crt triggers: - - type: ImageChange - imageChangeParams: - automatic: true - containerNames: - - "maubot" - from: - kind: ImageStreamTag - name: maubot:latest + - type: ConfigChange + - type: ImageChange + imageChangeParams: + automatic: true + containerNames: + - maubot + from: + kind: ImageStreamTag + name: maubot:latest