From 8d85dc91400c3a447ef7889fd153c0e632399faa Mon Sep 17 00:00:00 2001 From: Martin Catty Date: Sat, 23 May 2026 17:52:57 -0400 Subject: [PATCH] chore: release chart 0.2.0 Helm-unittest coverage for all templates and CI unittest job. --- Chart.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index ffd9df6..e96c41d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/README.md b/README.md index f32c86c..0115487 100644 --- a/README.md +++ b/README.md @@ -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:`**. ```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.