Welcome to the AlphaBravo Helm chart repository.

Below is a list of Helm charts and how to use them.

Add the Repository to Helm

Add the repository.

helm repo add abscan https://helm.ablabs.io/abscan
helm repo add cve-search https://helm.ablabs.io/cve-search

Update the Repository

Update the ABLabs repository:

helm repo update

Install ABScan

Generate a values.yaml file.

helm show values ablabs/abscan > my_values.yaml

Install ABScan.

helm install -f my_values.yaml --namespace abscan --create-namespace abscan ablabs/abscan

Get Chart and Application version information.

helm search repo abscan

Install CVE-Search Database Updater

Generate a values.yaml file.

helm show values ablabs/cve-search > my_values.yaml

Install CVE-Search.

helm install -f my_values.yaml --namespace abscan --create-namespace abscan ablabs/cve-search

Get Chart and Application version information.

helm search repo cve-search