File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,23 @@ make deploy
5454kubectl apply -k config/samples/
5555```
5656
57+ ### 📦 Using Helm Chart
58+
59+ Install the Kepler Operator using Helm:
60+
61+ ``` sh
62+ # Install cert-manager (if not already installed)
63+ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.18.2/cert-manager.yaml
64+
65+ # Install Kepler Operator from OCI registry
66+ helm install kepler-operator \
67+ oci://quay.io/sustainable_computing_io/charts/kepler-operator \
68+ --namespace kepler-operator \
69+ --create-namespace
70+ ```
71+
72+ For detailed Helm installation options and configuration, see [ Kepler Operator Helm Chart] ( manifests/helm/kepler-operator/README.md ) .
73+
5774### 📦 Using Pre-published Image
5875
5976You can use the pre-built image from quay.io:
You can’t perform that action at this time.
0 commit comments