From 3acc8db9171affc44c12dfaaf17cc439faffb0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 16 Oct 2023 12:39:49 +0200 Subject: [PATCH] Also deploy maubot on deployment config change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../maubot/files/deploymentconfig.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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