This commit is contained in:
2026-02-19 15:57:19 +00:00
commit 4299febec3
11 changed files with 289 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
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: mysql
version: "9.12.5"
repository: oci://registry-1.docker.io/bitnamicharts
condition: mysql.enabled
- name: redis
version: "18.1.6"
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled
- name: fleet
version: ">=6.7.0"
repository: https://fleetdm.github.io/fleet/charts
condition: fleet.enabled