Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

reallyenglish/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Charts used at Reallyenglish

Installing charts

$ helm repo add reallyenglish https://storage.googleapis.com/re-charts
$ helm search reallyenglish
$ helm install reallyenglish/stolon

Debuggin charts

$ helm lint ./etcd
$ helm install ./etcd --dry-run --debug

Publishing charts

$ helm package etcd
$ mv etcd-1.0.0.tgz pkg
$ helm repo index --merge pkg/index.yaml --url https://storage.googleapis.com/re-charts pkg
$ gsutil cp pkg/etcd-1.0.0.tgz pkg/index.yaml gs://re-charts

Resources