maubot: add image change trigger to deploymentconfig
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
e237b763a4
commit
e71dab0170
1 changed files with 9 additions and 0 deletions
|
@ -56,3 +56,12 @@ spec:
|
||||||
- name: maubot-storage
|
- name: maubot-storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: maubot-storage
|
claimName: maubot-storage
|
||||||
|
triggers:
|
||||||
|
- type: ImageChange
|
||||||
|
imageChangeParams:
|
||||||
|
automatic: true
|
||||||
|
containerNames:
|
||||||
|
- "maubot"
|
||||||
|
from:
|
||||||
|
kind: ImageStreamTag
|
||||||
|
name: maubot:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue