trigger: acb-enrichment build via acb-build workflow

- Updated acb-eventsensor.yml to ensure acb-build trigger is present
- Push will trigger webhook → acb-build → builds all ACB images including enrichment
- Workflow will update declarative-config with real image SHA
This commit is contained in:
jedarden 2026-06-04 00:32:12 -04:00
parent 715938e431
commit fbf5559342
2 changed files with 26 additions and 1 deletions

View file

@ -1 +1 @@
5c83001fb275a04d6ff2c52277cc29d112a77dfc
715938e4310639a97fc97dece1e7d740c618dfe9

View file

@ -133,3 +133,28 @@ spec:
dataKey: body.after
dest: spec.arguments.parameters.0.value
conditions: acb-push
- template:
name: acb-trigger
argoWorkflow:
operation: submit
source:
resource:
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
generateName: acb-build-
namespace: argo-workflows
spec:
workflowTemplateRef:
name: acb-build
arguments:
parameters:
- name: commit-sha
value: ""
parameters:
- src:
dependencyName: acb-push
dataKey: body.after
dest: spec.arguments.parameters.0.value
conditions: acb-push