Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add gateboard https://udhos.github.io/gateboard
Update files from repo:
helm repo update
Search gateboard:
helm search repo gateboard -l --version ">=0.0.0"
NAME CHART VERSION APP VERSION DESCRIPTION
gateboard/gateboard 0.0.2 0.0.10 A Helm chart for gateboard
gateboard/gateboard 0.0.1 0.0.9 A Helm chart for gateboard
gateboard/gateboard 0.0.0 0.0.8 A Helm chart for gateboard
gateboard/gateboard-discovery 0.0.0 0.0.11 A Helm chart for gateboard-discovery
To install the charts:
helm install my-gateboard gateboard/gateboard
helm install my-discovery gateboard/gateboard-discovery
# ^ ^ ^
# | | \__ chart
# | |
# | \____________ repo
# |
# \_________________________ release (chart instance installed in cluster)
To uninstall the charts:
helm uninstall my-gateboard
helm uninstall my-discovery