Go to file
Pratik 3b6415f272 Move charts 2021-04-27 14:48:52 +05:30
charts Move charts 2021-04-27 14:48:52 +05:30
.gitignore Initial commit 2020-09-17 16:05:41 +05:30
LICENSE Initial commit 2020-09-17 16:05:41 +05:30
README.md Move charts 2021-04-27 14:48:52 +05:30

README.md

charts

Helm charts maintained by Improwised Technologies

Usage

Add helm repo

helm repo add improwised https://improwised.github.io/charts/

Add charts

  1. Package the chart, this will create chartname-semver.tgz file.

    helm package <chart-directory-name>
    
  2. Checkout gh-pages branch of this repo and move chart-name-semver.tgz to charts directory.

  3. Index added chart

    helm repo index --url https://improwised.github.io/charts .
    
  4. Add appropriate commit message and push it