maubot: add image change trigger to deploymentconfig

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-08-16 15:58:51 +10:00
parent e237b763a4
commit e71dab0170

View file

@ -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