An open API service indexing awesome lists of open source software.

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

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
```