Skip to content

krolval/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aquasecurity Helm Charts

Aquasecurity logo

Introduction

Aquasecurity charts deployment on a Kubernetes cluster using the Helm package manager.

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 charts

Add repository

helm repo add aquasecurity-krol https://krolval.github.io/helm-charts/
helm repo update
helm search repo aquasecurity-krol -l  

Installing the Chart

helm install starboard aquasecurity-krol/starboard-operator
helm status starboard

Deploy a specific version

helm install my-starboard --set image.tag=4.6.2 aquasecurity-krol/starboard-operator

Upgrading chart

helm upgrade starboard aquasecurity-krol/starboard-operator

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the starboard deployment:

$ helm delete starboard

About

Aquasecurity helm charts

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages