Configure Gitea Actions for Helm chart CI and release
- Replace GitHub chart-releaser with Gitea-compatible workflow - Lint job: helm lint, template validation on push to main/master - Release job: package and publish to Gitea releases on tag push (v*) - Use gitea-release-action for creating releases - Support both main and master branches Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -12,7 +12,6 @@ maintainers:
|
||||
- name: Flamingo Applicant
|
||||
email: eslider@gmail.com
|
||||
dependencies:
|
||||
# Use Fleet's built-in mysql/redis so migration hook runs after they exist
|
||||
- name: fleet
|
||||
version: ">=6.7.0"
|
||||
repository: https://fleetdm.github.io/fleet/charts
|
||||
|
||||
Reference in New Issue
Block a user