Skip to content

Commit 4f2d8d7

Browse files
committed
chore: regenerate CRD schema with triggerType field
1 parent 35fa112 commit 4f2d8d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/operator/config/crd/bases/app.helios.io_heliosapps.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,13 @@ spec:
370370
testCommand:
371371
description: TestCommand is the command to run tests (e.g. "npm test")
372372
type: string
373+
triggerType:
374+
default: gitea-push
375+
description: TriggerType is the type of trigger to use for the pipeline
376+
enum:
377+
- gitea-push
378+
- db-migrate
379+
type: string
373380
webhookDomain:
374381
description: WebhookDomain is the external domain (e.g., ngrok) for
375382
Git webhooks

0 commit comments

Comments
 (0)