This repository provides any public facing helm charts for projects managed by CrashOverride.
The charts are hosted using GitHub pages from the branch gh-pages
| Chart | Current Version | Description | Documentation |
|---|---|---|---|
ocular |
v0.4.4 |
Ocular deployment | Artifact Hub |
ocular-default-integrations |
v0.1.6 |
Ocular default integrations deployment | Artifact Hub |
helm repo add crashoverride https://crashappsec.github.io/helm-charts
# To update use
# helm repo update crashoverride
# Install a chart (for example ocular)
helm install ocular crashoverride/ocular \
--namespace ocular-system \
--create-namespace