Skip to content

BITGIN/helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm


Reference

Update helm charts

  • after update helm charts, run below command to update index.yaml
    ./helm-generate.sh
    

Install helm charts

  • Add bitgin helm repo
    helm repo add bitgin https://bitgin.github.io/helm
    
  • To check your repository Helm charts and its versions, use:
    helm search repo <chart-name>
    
  • Install this Helm chart into your cluster
    helm install <release-name> bitgin/<chart-name> -f customize-values.yaml
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published