An open API service indexing awesome lists of open source software.

https://github.com/fluid-cloudnative/charts

Helm charts for fluid
https://github.com/fluid-cloudnative/charts

Last synced: 4 months ago
JSON representation

Helm charts for fluid

Awesome Lists containing this project

README

          

# Fluid charts

Helm charts for fluid

Add Fluid repository to Helm repos:

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

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

```bash
helm repo update
```

## Stable version

Search available version:

```bash
helm search repo fluid
```

Install available version:

```bash
helm install fluid fluid/fluid
```

## Develop version

Search develop version:

```bash
helm search repo fluid --devel
```

Install develop version:

```bash
helm install fluid fluid/fluid --devel
```