Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: fluid-workload
description: Generic Helm chart for Fluid agents and probes
type: application
version: 0.1.1
version: 0.2.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In the **`fluid`** monorepo this chart lives under `code/charts/fluid-workload/`
**Release** — push a semver tag **without `v`** matching **`version`** in **`Chart.yaml`** to publish **`oci://ghcr.io/fluid-pub/fluid-workload/fluid-workload:<tag>`**.

```text
helm pull oci://ghcr.io/fluid-pub/fluid-workload/fluid-workload --version 0.1.1
helm pull oci://ghcr.io/fluid-pub/fluid-workload/fluid-workload --version 0.2.0
```

Generic chart for **one** Fluid agent or probe image: ConfigMap-mounted YAML, optional Secret/env credentials.
Expand Down