Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiwigrid/helm-charts
Helm charts for Kubernetes curated by Kiwigrid
https://github.com/kiwigrid/helm-charts
charts helm kiwigrid kubernetes
Last synced: 3 months ago
JSON representation
Helm charts for Kubernetes curated by Kiwigrid
- Host: GitHub
- URL: https://github.com/kiwigrid/helm-charts
- Owner: kiwigrid
- License: mit
- Created: 2018-12-19T08:33:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T08:50:40.000Z (about 1 year ago)
- Last Synced: 2024-05-29T08:09:49.129Z (6 months ago)
- Topics: charts, helm, kiwigrid, kubernetes
- Language: Mustache
- Homepage: https://kiwigrid.github.io
- Size: 714 KB
- Stars: 183
- Watchers: 8
- Forks: 212
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kiwigrid Helm charts
[![Github Action](https://github.com/kiwigrid/helm-charts/workflows/deploy/badge.svg)](https://github.com/kiwigrid/helm-charts/actions)
## Add repo
```console
$ helm repo add kiwigrid https://kiwigrid.github.io
```## Support
* Please don't write mails directly to the maintainers.
* Use the Github issue tracker instead.## Adding charts
* Use a fork of this repo
* Always sign your commits (git commit -s -m 'usefull commitmessage')
* Do NOT touch default (master) branch in any forks
* Always create new branches to work on
* Create a Github pull request and fill out the PR template
* Follow Helm best practices: [https://docs.helm.sh/chart_best_practices](https://docs.helm.sh/chart_best_practices)