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:
parent
715938e431
commit
fbf5559342
2 changed files with 26 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
5c83001fb275a04d6ff2c52277cc29d112a77dfc
|
||||
715938e4310639a97fc97dece1e7d740c618dfe9
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue