From 7e042354df8c32732e12dacb547c256c282fcbae Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Thu, 30 Jul 2026 08:39:45 +0200 Subject: [PATCH] Release version 0.2.11 --- Chart.yaml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index cf9a776..d35fbb4 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,4 +3,4 @@ description: A Helm chart to configure Advanced Cluster Manager for OpenShift. keywords: - pattern name: acm -version: 0.2.10 +version: 0.2.11 diff --git a/README.md b/README.md index f09d771..85cbd69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # acm -![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) +![Version: 0.2.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) A Helm chart to configure Advanced Cluster Manager for OpenShift. @@ -10,6 +10,7 @@ This chart is used by the Validated Patterns to configure ACM and manage remote | Key | Type | Default | Description | |-----|------|---------|-------------| +| acm.customArgoYaml | object | empty dict (no overrides) | Custom overrides for the spoke ArgoCD instance spec. Keys are deep-merged into the default spec (maps merge, lists replace). | | acm.extraResourceHealthChecks | list | empty list | Extra resource health checks to add to the spoke ArgoCD instance. Each entry needs group, kind, and check (Lua script) fields. | | acm.mce_operator | object | Uses the official redhat sources | Just used for IIB testing, drives the source and channel for the MCE subscription triggered by ACM | | acm.mch_spec | object | `{}` | MultiClusterHub spec (empty by default) |