KlustreFS Helm Charts
OCI-native Helm charts for KlustreFS projects at
oci://ghcr.io/klustrefs/charts.
OCI-native Helm charts for KlustreFS projects at
oci://ghcr.io/klustrefs/charts.
Use a GitHub token or automation credentials with read:packages.
helm registry login ghcr.io -u <github-username>
Browse this page or inspect metadata directly.
REGISTRY=oci://ghcr.io/klustrefs/charts
helm show chart "$REGISTRY/<chart-name>" --version <version>
helm show values "$REGISTRY/<chart-name>" --version <version>
helm upgrade --install <release-name> \
"$REGISTRY/<chart-name>" \
--version <version> \
--namespace <namespace> \
--create-namespace
Example – Klustre CSI plugin:
helm upgrade --install klustre-csi \
oci://ghcr.io/klustrefs/charts/klustre-csi-plugin \
--version 0.1.0 \
--namespace klustre-system \
--create-namespace
helm pull "$REGISTRY/<chart-name>" --version <version>
tar -tf <chart-name>-<version>.tgz
| Chart | Description | OCI Reference | Docs |
|---|---|---|---|
klustre-csi-plugin |
Deploys the Klustre CSI node plugin for Lustre volumes. | oci://ghcr.io/klustrefs/charts/klustre-csi-plugin |
Values |
More charts are coming soon. Watch the GitHub repository for updates.
File issues or feature requests in the KlustreFS/charts repository. For community chat, visit klustrefs.io/community.