https://github.com/caraml-dev/helm-charts
CaraML Helm Charts
https://github.com/caraml-dev/helm-charts
Last synced: 5 months ago
JSON representation
CaraML Helm Charts
- Host: GitHub
- URL: https://github.com/caraml-dev/helm-charts
- Owner: caraml-dev
- License: apache-2.0
- Created: 2022-08-30T03:37:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-30T06:05:24.000Z (11 months ago)
- Last Synced: 2025-07-30T08:30:36.019Z (11 months ago)
- Language: Mustache
- Size: 1.39 MB
- Stars: 8
- Watchers: 4
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# helm-charts
CaraML Helm Charts
## Prerequisites
* [Helm](https://helm.sh) must be installed to use the charts.
* CaraML model layer uses the cluster information to create the images for Model Service, Prediction Job etc. More details [here](charts/merlin/local_development.md#generate-cluster-credentials) and [here](charts/turing/local_development.md#generate-cluster-credentials). For quick install use `scripts/generate-cluster-creds.sh` script to generate credentials for minikube|k3d|kind clusters.
## Usage
When Helm is installed add repo and proceed with charts installation:
```console
helm repo add caraml https://caraml-dev.github.io/helm-charts
```
## License
[Apache 2.0 License](https://github.com/caraml-dev/helm-charts/blob/main/LICENSE).