From 4aeba1140ea70fa0b7b10e8f4c79f6c806873ae7 Mon Sep 17 00:00:00 2001 From: paul foster Date: Mon, 16 Mar 2026 20:24:37 +1100 Subject: [PATCH 1/3] added acm spoke hub clusters --- charts/application-gitops/Chart.yaml | 2 +- charts/application-gitops/templates/argocd-crd.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/application-gitops/Chart.yaml b/charts/application-gitops/Chart.yaml index d36d1d3..df74ee0 100644 --- a/charts/application-gitops/Chart.yaml +++ b/charts/application-gitops/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Chart to generate argocd apps name: application-gitops -version: 1.5.1 +version: 1.5.2 home: https://rh-mobb.github.io/validated-pattern-helm-charts/ maintainers: - name: rh-mobb diff --git a/charts/application-gitops/templates/argocd-crd.yaml b/charts/application-gitops/templates/argocd-crd.yaml index 4ebcdd0..b249cd6 100644 --- a/charts/application-gitops/templates/argocd-crd.yaml +++ b/charts/application-gitops/templates/argocd-crd.yaml @@ -14,6 +14,9 @@ spec: - application-gitops applicationInstanceLabelKey: argocd.argoproj.io/instance applicationSet: + sourceNamespaces: + - '*-team' + - application-gitops resources: limits: cpu: '1' From fabb159cd2a3484c5fa5a85101ae0caef750ae01 Mon Sep 17 00:00:00 2001 From: paul foster Date: Mon, 16 Mar 2026 20:31:43 +1100 Subject: [PATCH 2/3] added acm spoke hub clusters --- charts/acm-operator/Chart.yaml | 2 +- charts/cluster-bootstrap-acm-hub-registration/Chart.yaml | 2 +- charts/cluster-bootstrap-acm-spoke/Chart.yaml | 4 ++-- charts/cluster-bootstrap/Chart.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/acm-operator/Chart.yaml b/charts/acm-operator/Chart.yaml index 5c60518..2b2dc1b 100644 --- a/charts/acm-operator/Chart.yaml +++ b/charts/acm-operator/Chart.yaml @@ -9,6 +9,6 @@ dependencies: version: 1.1.0 repository: https://rh-mobb.github.io/validated-pattern-helm-charts/ name: acm-operator -version: 0.5.19 +version: 0.6.0 apiVersion: v2 description: Chart to deploy Red Hat Advanced Cluster Management (RHACM) with ArgoCD ApplicationSets for spoke cluster management diff --git a/charts/cluster-bootstrap-acm-hub-registration/Chart.yaml b/charts/cluster-bootstrap-acm-hub-registration/Chart.yaml index a61dcbb..a95aee2 100644 --- a/charts/cluster-bootstrap-acm-hub-registration/Chart.yaml +++ b/charts/cluster-bootstrap-acm-hub-registration/Chart.yaml @@ -5,5 +5,5 @@ apiVersion: v2 name: cluster-bootstrap-acm-hub-registration description: Helm chart to register spoke clusters with ACM hub type: application -version: 0.1.4 +version: 0.2.0 appVersion: "1.0" diff --git a/charts/cluster-bootstrap-acm-spoke/Chart.yaml b/charts/cluster-bootstrap-acm-spoke/Chart.yaml index c30bc53..96124e9 100644 --- a/charts/cluster-bootstrap-acm-spoke/Chart.yaml +++ b/charts/cluster-bootstrap-acm-spoke/Chart.yaml @@ -8,7 +8,7 @@ dependencies: version: ~0.1.0 - name: application-gitops repository: https://rh-mobb.github.io/validated-pattern-helm-charts/ - version: 1.4.0 + version: 1.5.2 description: Chart to kick off gitops installation and bootstrapping of blue print name: cluster-bootstrap-acm-spoke -version: 0.6.7 +version: 0.7.0 diff --git a/charts/cluster-bootstrap/Chart.yaml b/charts/cluster-bootstrap/Chart.yaml index a57e53b..dc36050 100644 --- a/charts/cluster-bootstrap/Chart.yaml +++ b/charts/cluster-bootstrap/Chart.yaml @@ -5,7 +5,7 @@ dependencies: version: ~0.1.0 - name: application-gitops repository: https://rh-mobb.github.io/validated-pattern-helm-charts/ - version: 1.4.0 + version: 1.5.2 description: Chart to kick off gitops installation and bootstrapping of blue print name: cluster-bootstrap -version: 0.5.8 \ No newline at end of file +version: 0.6.0 \ No newline at end of file From 57018a5e150c152335b8e234af9d19afbfc07dbe Mon Sep 17 00:00:00 2001 From: paul foster Date: Mon, 16 Mar 2026 20:37:22 +1100 Subject: [PATCH 3/3] added acm spoke hub clusters --- charts/acm-operator/Chart.yaml | 2 +- charts/cluster-bootstrap-acm-hub-registration/Chart.yaml | 2 +- charts/cluster-bootstrap-acm-spoke/Chart.yaml | 4 ++-- charts/cluster-bootstrap/Chart.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/acm-operator/Chart.yaml b/charts/acm-operator/Chart.yaml index 2b2dc1b..5c60518 100644 --- a/charts/acm-operator/Chart.yaml +++ b/charts/acm-operator/Chart.yaml @@ -9,6 +9,6 @@ dependencies: version: 1.1.0 repository: https://rh-mobb.github.io/validated-pattern-helm-charts/ name: acm-operator -version: 0.6.0 +version: 0.5.19 apiVersion: v2 description: Chart to deploy Red Hat Advanced Cluster Management (RHACM) with ArgoCD ApplicationSets for spoke cluster management diff --git a/charts/cluster-bootstrap-acm-hub-registration/Chart.yaml b/charts/cluster-bootstrap-acm-hub-registration/Chart.yaml index a95aee2..a61dcbb 100644 --- a/charts/cluster-bootstrap-acm-hub-registration/Chart.yaml +++ b/charts/cluster-bootstrap-acm-hub-registration/Chart.yaml @@ -5,5 +5,5 @@ apiVersion: v2 name: cluster-bootstrap-acm-hub-registration description: Helm chart to register spoke clusters with ACM hub type: application -version: 0.2.0 +version: 0.1.4 appVersion: "1.0" diff --git a/charts/cluster-bootstrap-acm-spoke/Chart.yaml b/charts/cluster-bootstrap-acm-spoke/Chart.yaml index 96124e9..c30bc53 100644 --- a/charts/cluster-bootstrap-acm-spoke/Chart.yaml +++ b/charts/cluster-bootstrap-acm-spoke/Chart.yaml @@ -8,7 +8,7 @@ dependencies: version: ~0.1.0 - name: application-gitops repository: https://rh-mobb.github.io/validated-pattern-helm-charts/ - version: 1.5.2 + version: 1.4.0 description: Chart to kick off gitops installation and bootstrapping of blue print name: cluster-bootstrap-acm-spoke -version: 0.7.0 +version: 0.6.7 diff --git a/charts/cluster-bootstrap/Chart.yaml b/charts/cluster-bootstrap/Chart.yaml index dc36050..a57e53b 100644 --- a/charts/cluster-bootstrap/Chart.yaml +++ b/charts/cluster-bootstrap/Chart.yaml @@ -5,7 +5,7 @@ dependencies: version: ~0.1.0 - name: application-gitops repository: https://rh-mobb.github.io/validated-pattern-helm-charts/ - version: 1.5.2 + version: 1.4.0 description: Chart to kick off gitops installation and bootstrapping of blue print name: cluster-bootstrap -version: 0.6.0 \ No newline at end of file +version: 0.5.8 \ No newline at end of file