Skip to content

nenych/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Personal helm repository

Repository

helm repo add nenych https://nenych.github.io/helm-charts/

Add a new chart

  • Add charts to the charts directory.
  • Commit a new chart.
  • Package a new chart:
    cd <repo_root>
    helm package <path_to_chart>
  • Stash:
    git stash
  • Checkout to the "gh-pages" brach and unstash files:
    git checkout gh-pages
    git stash pop
  • Move your package to the packages folder:
    mv <package>.tgz packages
  • Index all helm packages:
    helm repo index --url https://nenych.github.io/helm-charts packages/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published