Skip to content

aquasecurity/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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

  • Kubernetes 1.15+ with Beta APIs enabled
  • PV provisioner support in the underlying infrastructure

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