- 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>
19 lines
417 B
YAML
19 lines
417 B
YAML
apiVersion: v2
|
|
name: fleetdm-stack
|
|
description: FleetDM Server with MySQL and Redis for Kubernetes
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "4.80.1"
|
|
keywords:
|
|
- fleetdm
|
|
- osquery
|
|
- device-management
|
|
maintainers:
|
|
- name: Flamingo Applicant
|
|
email: eslider@gmail.com
|
|
dependencies:
|
|
- name: fleet
|
|
version: ">=6.7.0"
|
|
repository: https://fleetdm.github.io/fleet/charts
|
|
condition: fleet.enabled
|