From 39346b84eb09cbee5144922ec1c489cc19ea9f3d Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Wed, 13 May 2026 09:48:43 +0200 Subject: [PATCH 1/2] Fix annotation to be a string --- templates/multiclusterhub.yaml | 2 +- tests/multiclusterhub_test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/multiclusterhub.yaml b/templates/multiclusterhub.yaml index 82a6f20..5254d05 100644 --- a/templates/multiclusterhub.yaml +++ b/templates/multiclusterhub.yaml @@ -9,6 +9,6 @@ metadata: namespace: open-cluster-management annotations: installer.open-cluster-management.io/mce-subscription-spec: '{"source": "{{ default "redhat-operators" .Values.acm.mce_operator.source }}" {{- $channel }} }' - patterns.gitops.validatedpatterns.io/managed: true + patterns.gitops.validatedpatterns.io/managed: "true" spec: {{ .Values.acm.mch_spec | toYaml | indent 2 }} diff --git a/tests/multiclusterhub_test.yaml b/tests/multiclusterhub_test.yaml index 5e8cb95..11a7b60 100644 --- a/tests/multiclusterhub_test.yaml +++ b/tests/multiclusterhub_test.yaml @@ -44,7 +44,7 @@ tests: asserts: - equal: path: metadata.annotations["patterns.gitops.validatedpatterns.io/managed"] - value: true + value: "true" - it: Should have empty spec by default asserts: From 10db38439624c8ed0d011df101b898def37fbf2c Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Wed, 13 May 2026 09:48:56 +0200 Subject: [PATCH 2/2] Release version 0.2.4 --- Chart.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 95325ef..6d597e0 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.3 +version: 0.2.4 diff --git a/README.md b/README.md index 06f88a4..31f9ec5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # acm -![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) +![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) A Helm chart to configure Advanced Cluster Manager for OpenShift.