Charts are curated application definitions for Helm. For more information about installing and using Helm, see it's README.md
.
$ helm repo add gotocompany-legacy https://goto.github.io/charts-legacy/
$ helm search repo gotocompany-legacy
$ helm install my-release gotocompany-legacy/<chart>
This repository contains the source for the packaged and versioned legacy charts (released in the Github Pages). There may be previous versions of a Chart available in the Chart Repository.
Once you have installed the Helm client on your kubernetes cluster, you can deploy a Helm Chart into a Kubernetes cluster.
Please refer to the Quick Start guide if you wish to get running in just a few commands, otherwise the Using Helm Guide provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
Helm Repo URL: https://goto.github.io/charts-legacy/
# To add Helm repo
$ helm repo add gotocompany-legacy https://goto.github.io/charts-legacy/
# To list all the charts in the repo
$ helm search repo gotocompany-legacy
# To install any searched chart
$ helm install my-release gotocompany-legacy/<chart>