This repository regroups Punchplatform Helm Chart for deploying services:
- PunchOperator
- PunchOperator CRDs
- Injector
- Extraction Server
- Elastic Housekeeping
- Elastalert
- Artifacts Server
- Archive Housekeeping
helm repo add punchplatform https://punchplatform.github.io/punch-helm
helm repo update
# this will list available helm charts
helm search repo punchplatform --devel
# Deploy a helm chart
helm install punchplatform/<punch helm chart> \
--version <version> \
--devel \
--generate-name \
--namespace <namespace>