KlustreFS Helm Charts

OCI-native Helm charts for KlustreFS projects at oci://ghcr.io/klustrefs/charts.

Get Started in Minutes

  1. Authenticate to GHCR

    Use a GitHub token or automation credentials with read:packages.

    helm registry login ghcr.io -u <github-username>
  2. Discover charts & versions

    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>
  3. Install any chart

    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
  4. Inspect tarballs (optional)

    helm pull "$REGISTRY/<chart-name>" --version <version>
    tar -tf <chart-name>-<version>.tgz

Available Charts

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.

Support & Feedback

File issues or feature requests in the KlustreFS/charts repository. For community chat, visit klustrefs.io/community.