Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 580 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 580 Bytes

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