Skip to content

fluid-cloudnative/charts

Repository files navigation

Fluid charts

Helm charts for fluid

Add Fluid repository to Helm repos:

helm repo add fluid https://fluid-cloudnative.github.io/charts

Update to get the latest information about charts from fluid repositories.

helm repo update

Stable version

Search available version:

helm search repo fluid

Install available version:

helm install fluid fluid/fluid

Develop version

Search develop version:

helm search repo fluid --devel

Install develop version:

helm install fluid fluid/fluid --devel