https://github.com/crate/helm-charts
Helm charts for Kubernetes
https://github.com/crate/helm-charts
charts cratedb helm helm-charts kubernetes terraform
Last synced: 4 months ago
JSON representation
Helm charts for Kubernetes
- Host: GitHub
- URL: https://github.com/crate/helm-charts
- Owner: crate
- Created: 2019-09-27T12:03:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-22T09:57:42.000Z (6 months ago)
- Last Synced: 2026-02-11T01:19:31.196Z (5 months ago)
- Topics: charts, cratedb, helm, helm-charts, kubernetes, terraform
- Language: Smarty
- Homepage:
- Size: 189 KB
- Stars: 5
- Watchers: 25
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-charts
This is a community maintained repository containing a Helm chart for CrateDB
for [Artifact Hub](https://artifacthub.io/packages/helm/crate/crate).
Chart sources are in `/src/`, their packaged result in `/docs/`.
## Usage
```
helm repo add crate https://crate.github.io/helm-charts
helm install
```
See [Helm docs](https://helm.sh/docs/helm) for further usage.
## Maintainers
To package charts:
```
make package
```
To update helm repository:
```
make repo
```