Go to file
shivani446 e30c8178f8
Feat/frigate (#33)
* feat:added frigate chart

* modified README.md

* modified chart.yaml

* modified values.yaml

* changed storageclass

* changed values.yaml

* changed values.yaml

* changed values.yaml

* changed values.yaml

* Storageclass

* fix: removed configmap and added secret

* fix: changed chart version

* fix: changed secret

---------

Signed-off-by: shivani446 <123355816+shivani446@users.noreply.github.com>
2023-06-01 06:21:22 +05:30
.ci Chart testing (#13) 2021-11-10 12:55:23 +05:30
.github Upgrade workflow, add dependabot auto-upgrade for workflows 2023-04-01 12:43:57 +05:30
bookstack fix(bookstack): ingress v1 2022-01-05 13:33:23 +05:30
charts Feat/frigate (#33) 2023-06-01 06:21:22 +05:30
.editorconfig feat: Add polymorphic-app chart (#14) 2022-03-08 15:30:24 +05:30
.gitignore feat: Add polymorphic-app chart (#14) 2022-03-08 15:30:24 +05:30
.pre-commit-config.yaml Chart testing (#13) 2021-11-10 12:55:23 +05:30
LICENSE feat: Add polymorphic-app chart (#14) 2022-03-08 15:30:24 +05:30
README.md feat: Add polymorphic-app chart (#14) 2022-03-08 15:30:24 +05:30
commitlint.config.js Chart testing (#13) 2021-11-10 12:55:23 +05:30
ct.yaml Chart testing (#13) 2021-11-10 12:55:23 +05:30
repositories.yaml Chart testing (#13) 2021-11-10 12:55:23 +05:30
status Chart testing (#13) 2021-11-10 12:55:23 +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>
  1. Checkout gh-pages branch of this repo and move chart-name-semver.tgz to charts directory.

  2. Index added chart

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

Adding CI first time

tag each chart with it's last chart version e.g. <chart-name>-<chart-version> to it's sha

e.g. git tag erpnext-1.0.0 asdasdasdasdasda here assume that sha is pointing to that perticular erpnext chart version 1.0.0