helm-charts

Aqua Open Source Helm Chart Repository

View the Project on GitHub aquasecurity/helm-charts

Aquasecurity logo

Aqua Security Helm Charts

License

Aqua Security Open Source Projects Helm Charts on a Kubernetes cluster using the Helm package manager.

Charts

Prerequisites

Installing Helm

curl -L https://git.io/get_helm.sh | bash
helm init

Installing Aqua Community Helm Repository

helm repo add aquasecurity https://aquasecurity.github.io/helm-charts/
helm repo update

Installing the Chart

Search all the repositories available

helm search repo aquasecurity -l

Install specific helm chart

helm install starboard aquasecurity/starboard-operator
helm status starboard

Uninstalling the Chart

To uninstall/delete the starboard deployment:

$ helm delete starboard