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
- Host: GitHub
- URL: https://github.com/fluid-cloudnative/charts
- Owner: fluid-cloudnative
- License: apache-2.0
- Created: 2023-02-27T13:00:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-16T07:50:09.000Z (5 months ago)
- Last Synced: 2025-12-19T19:54:26.130Z (5 months ago)
- Language: Mustache
- Size: 1010 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history-versions/v0.1.0/.helmignore
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```