Go to file
dharmendra kariya 91d3b66431
Adding BookstackApp chart (#7)
* adding changes for statefulstate

* adding bookstackapp chart

* changing default value for image as updated container image 0.29.3, otherwise port differ 80-8080

Co-authored-by: Dharmendra <dharmendra@improwised.com>
2021-11-10 12:54:50 +05:30
bookstack Adding BookstackApp chart (#7) 2021-11-10 12:54:50 +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