This repository is deprecated and will be archived. The Kepler Helm chart now lives in the main Kepler repository, under manifests/helm, and is published as an OCI artifact.
Please use the up-to-date installation instructions instead: Kepler Installation Guide
Quick start with the new chart:
helm install kepler oci://quay.io/sustainable_computing_io/charts/kepler \
--namespace kepler \
--create-namespaceNo further changes will be made to this repository. Please file issues and contribute chart changes in the main Kepler repository instead.
This repository is for the Helm chart for Kepler. We are using gh-pages branch to host and index the chart. When modifying the chart please bump the version in the Chart.yaml file.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
The chart is accessible using the following commands:
Add the helm repo
helm repo add kepler https://sustainable-computing-io.github.io/kepler-helm-chartYou can see the latest version by using the folllowing command:
helm search repo keplerIf you would like to test and look at the manifest files before deploying you can run:
helm install kepler kepler/kepler --namespace kepler --create-namespace --dry-run --develThen to install run the following:
helm install kepler kepler/kepler --namespace kepler --create-namespace