diff --git a/roles/openshift-apps/maubot/files/deploymentconfig.yml b/roles/openshift-apps/maubot/files/deploymentconfig.yml index 264fcf8cde..4038f91ea1 100644 --- a/roles/openshift-apps/maubot/files/deploymentconfig.yml +++ b/roles/openshift-apps/maubot/files/deploymentconfig.yml @@ -56,3 +56,12 @@ spec: - name: maubot-storage persistentVolumeClaim: claimName: maubot-storage + triggers: + - type: ImageChange + imageChangeParams: + automatic: true + containerNames: + - "maubot" + from: + kind: ImageStreamTag + name: maubot:latest