https://github.com/datacoves/helm-charts
Helm charts published by datacoves
https://github.com/datacoves/helm-charts
Last synced: 4 months ago
JSON representation
Helm charts published by datacoves
- Host: GitHub
- URL: https://github.com/datacoves/helm-charts
- Owner: datacoves
- License: apache-2.0
- Created: 2022-04-08T15:18:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T17:11:30.000Z (over 3 years ago)
- Last Synced: 2025-03-07T02:55:40.150Z (over 1 year ago)
- Size: 34.2 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helm-charts
Helm charts published by datacoves
## How to add a new helm chart?
1. Add git submodule under `repos`
2. Create a symlink under `helm` to the right folder
## How to publish a new release?
1. Bump version on `CR_RELEASE_NAME_TEMPLATE` in `.github/workflows/helm-release.yml`
2. Bump helm chart version (`chart.yaml`)
3. Retrieve latest changes on git submodules
## Helm charts in this repo
[Review index.yaml](https://datacoves.github.io/helm-charts/index.yaml)
### Airflow
```
helm repo add datacoves https://datacoves.github.io/helm-charts
helm repo update
helm install datacoves/airflow
```