Init
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user