goto / charts-legacy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Charts

Charts are curated application definitions for Helm. For more information about installing and using Helm, see it's README.md.

TL;DR

$ helm repo add gotocompany-legacy https://goto.github.io/charts-legacy/
$ helm search repo gotocompany-legacy
$ helm install my-release gotocompany-legacy/<chart>

Repository Structure

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.

Usage

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>

About

License:Apache License 2.0