Skip to content

Labs64/labs64.io-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labs64.IO :: Helm Charts

Artifact Hub

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is properly set up, add the repository as follows:

helm repo add <alias> https://labs64.github.io/labs64.io-helm-charts

If you have already added this repository, run the following command to retrieve the latest versions of the packages:

helm repo update

To list the available chart versions:

helm search repo <alias>

To view default chart values:

helm show values <alias>/<chart-name>

To install the chart:

helm upgrade --install my-<chart-name> <alias>/<chart-name>

To uninstall the chart:

helm uninstall my-<chart-name>

Star History

Star History Chart