From d305e905dca8d26701fdb64099bfd22d703b60ea Mon Sep 17 00:00:00 2001 From: Vasyl Plesiuk <49870289+VA-PLE@users.noreply.github.com> Date: Fri, 14 May 2021 16:26:49 +0300 Subject: [PATCH] Trigger messages only when manifest changes fix from official repo https://github.com/argoproj-labs/argocd-notifications/blob/master/catalog/triggers/on-deployed.yaml https://github.com/argoproj-labs/argocd-notifications/pull/157 --- charts/argocd-notifications/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argocd-notifications/values.yaml b/charts/argocd-notifications/values.yaml index bfe746c3..96691872 100644 --- a/charts/argocd-notifications/values.yaml +++ b/charts/argocd-notifications/values.yaml @@ -312,7 +312,7 @@ triggers: # trigger.on-deployed: | # - description: Application is synced and healthy. Triggered once per commit. - # oncePer: app.status.sync.revision + # oncePer: app.status.operationState.syncResult.revision # send: # - app-deployed # when: app.status.operationState.phase in ['Succeeded'] and app.status.health.status == 'Healthy'