https://github.com/douban/charts
Helm charts from douban
https://github.com/douban/charts
Last synced: 6 months ago
JSON representation
Helm charts from douban
- Host: GitHub
- URL: https://github.com/douban/charts
- Owner: douban
- License: apache-2.0
- Created: 2020-06-04T01:53:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T02:00:42.000Z (6 months ago)
- Last Synced: 2025-04-08T02:38:19.875Z (6 months ago)
- Language: Smarty
- Size: 354 KB
- Stars: 72
- Watchers: 9
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Douban Charts Repo
[](https://github.com/douban/charts/actions/workflows/release.yaml)
Douban charts
## How to use
1. Install helm
2. Add douban repo `helm repo add douban https://douban.github.io/charts/`
3. List charts using `helm search repo douban`
4. Install chart using `helm install my-app douban/`, eg. `helm install my-helpdesk douban/helpdesk`Read more on the charts readme pages.
## Chart List
* [nginx](https://github.com/douban/charts/charts/nginx) for general web service
* [helpdesk](https://github.com/douban/charts/charts/helpdesk), [@douban/helpdesk](https://github.com/douban/helpdesk) Yet another helpdesk based on multiple providers
* [overlord](https://github.com/douban/charts/charts/overlord), [@bilibili/overlord](https://github.com/bilibili/overlord)## Thanks to
* [@helm/charts-repo-actions-demo](https://github.com/helm/charts-repo-actions-demo)
* [@helm/kind-action](https://github.com/helm/kind-action)
* [@helm/chart-testing-action](https://github.com/helm/chart-testing-action)
* [@helm/chart-releaser-action](https://github.com/helm/chart-releaser-action)