-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Checklist
- I've searched for similar issues and couldn't find anything matching
Is this feature request related to a problem?
No
Problem Description
Gitea now features first-class support for CI/CD pipelines. Introduced in version 1.19.0 they received lots of improvements in version 1.20.0 and are now a viable option. Enabling workers requires changing the settings.
Solution Description
The first step would be adding a parameter to the CRD so users can choose to enable actions for their gitea instance.
The second step would be managing Gitea act-runners via the operator directly.
Benefits
- No need for third-party CI/CD systems.
- Familiar Workflow file syntax.
Potential Drawbacks
Security considerations.
Additional Information
No response