Helm chart repository for union-csi-driver, a Kubernetes CSI driver that unions a pod's sibling volumes into one merged mount via overlayfs or mergerfs.
helm repo add union-csi https://ruakij.github.io/union-csi-driver
helm repo update
helm install mergerfs-csi union-csi/union-csi-driver --set backend=mergerfs
Charts are also published as OCI artifacts at
oci://ghcr.io/ruakij/charts/union-csi-driver, which is where prereleases go.
The index here lists stable releases only.
See the README for configuration and the differences between the two backends.