diff --git a/catalog/triggers/on-deployed.yaml b/catalog/triggers/on-deployed.yaml index 7ee14188..93fdb0ab 100644 --- a/catalog/triggers/on-deployed.yaml +++ b/catalog/triggers/on-deployed.yaml @@ -1,4 +1,4 @@ - when: app.status.operationState.phase in ['Succeeded'] and app.status.health.status == 'Healthy' description: Application is synced and healthy. Triggered once per commit. send: [app-deployed] - oncePer: app.status.sync.revision \ No newline at end of file + oncePer: app.status.operationState.syncResult.revision \ No newline at end of file