Skip to content

Add optional Shipwright Triggers deployment support#290

Open
IrvingMg wants to merge 1 commit intoshipwright-io:mainfrom
IrvingMg:feature/deploy-triggers-support
Open

Add optional Shipwright Triggers deployment support#290
IrvingMg wants to merge 1 commit intoshipwright-io:mainfrom
IrvingMg:feature/deploy-triggers-support

Conversation

@IrvingMg
Copy link
Member

Changes

Add optional Shipwright Triggers deployment support via spec.triggers.enable on the ShipwrightBuild CR.

  • Introduce a new TriggersSpec field and pkg/triggers package
  • Upgrade the TektonConfig profile from "lite" to "base" when enabled
  • Perform cleanup on disable or CR deletion
  • Add RBAC for triggers resources and Tekton API permissions

Related Issue

Fixes #240

Type of PR

/kind feature

Submitter Checklist

  • Includes tests if functionality changed/was added
  • Includes docs if changes are user-facing
  • Kind label has been set
  • Release notes block has been filled in, or marked NONE

See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.

Release Notes

Add optional Shipwright Triggers support. Set `spec.triggers.enable: true` on the ShipwrightBuild CR to deploy the Triggers controller alongside Shipwright Build.

Signed-off-by: Irving Mondragón <mirvingr@gmail.com>
@openshift-ci openshift-ci bot added release-note kind/feature Categorizes issue or PR as related to a new feature. labels Mar 22, 2026
@pull-request-size pull-request-size bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Mar 22, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 22, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign sayan-biswas for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@IrvingMg
Copy link
Member Author

@shipwright-io/contributors PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/feature Categorizes issue or PR as related to a new feature. release-note size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

[FEATURE] Deploy Triggers with Operator

2 participants