Welcome to the AlphaBravo Helm chart repository.
Below is a list of Helm charts and how to use them.
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 ABLabs repository:
helm repo update
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
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