helm-charts

CrashOverride Helm charts

Artifact Hub

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

Available Charts

Chart Current Version Repo Documentation
ocular v0.5.0 crashappsec/ocular Artifact Hub
ocular-default-integrations v0.2.0 crashappsec/ocular-default-integrations Artifact Hub
chalkular v0.0.6 crashappsec/chalkular Artifact Hub
chalk-operator v0.1.0 Charts README Artifact Hub

Installing Charts

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