Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .ci | ||
| .github | ||
| bookstack | ||
| charts | ||
| .editorconfig | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| LICENSE | ||
| README.md | ||
| commitlint.config.js | ||
| ct.yaml | ||
| repositories.yaml | ||
| status | ||
README.md
charts
Helm charts maintained by Improwised Technologies
Usage
Add helm repo
helm repo add improwised https://improwised.github.io/charts/
Add charts
- Package the chart, this will create
chartname-semver.tgzfile.
helm package <chart-directory-name>
-
Checkout
gh-pagesbranch of this repo and movechart-name-semver.tgztochartsdirectory. -
Index added chart
helm repo index --url https://improwised.github.io/charts .
- 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