https://github.com/flant/charts
https://github.com/flant/charts
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flant/charts
- Owner: flant
- Created: 2017-11-28T03:42:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T03:43:21.000Z (over 8 years ago)
- Last Synced: 2025-03-23T01:02:43.770Z (over 1 year ago)
- Language: Smarty
- Size: 25.4 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Flant's Chart collection
1. Add Flant's Chart collection to Helm's list of repos: `helm repo add flant-charts https://flant.github.io/charts`;
1. Add a `requirements.yaml` file to your Chart;
1. Do not forget to use the `helm dependency update` command in your Chart's directory. You must also add it to your CI/CD pipeline;
## requirements.yaml example
```yaml
dependencies:
- name: rmq_exporter
version: 0.0.2
repository: https://flant.github.io/charts
```