From f0f44a9680a1f9704ccbc31c9dca2e2ec21f837a Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 7 Oct 2025 15:55:59 +0200 Subject: [PATCH] Use new argoProject(s) naming Since clustergroup chart 0.9.33 we can now use the clearer argoProject(s) naming to reference argo projects. --- values-group-one.yaml | 8 ++++---- values-hub.yaml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/values-group-one.yaml b/values-group-one.yaml index 1ffc14be4..0554ed606 100644 --- a/values-group-one.yaml +++ b/values-group-one.yaml @@ -12,7 +12,7 @@ clusterGroup: - golang-external-secrets # The only subscription on spokes is gitops which gets managed by ACM # subscriptions: - projects: + argoProjects: - eso - config-demo - hello-world @@ -20,18 +20,18 @@ clusterGroup: golang-external-secrets: name: golang-external-secrets namespace: golang-external-secrets - project: eso + argoProject: eso chart: golang-external-secrets chartVersion: 0.1.* config-demo: name: config-demo namespace: config-demo - project: config-demo + argoProject: config-demo path: charts/all/config-demo hello-world: name: hello-world namespace: hello-world - project: hello-world + argoProject: hello-world path: charts/all/hello-world imperative: # NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm diff --git a/values-hub.yaml b/values-hub.yaml index bb2ac4782..49fe2e94c 100644 --- a/values-hub.yaml +++ b/values-hub.yaml @@ -13,7 +13,7 @@ clusterGroup: namespace: open-cluster-management channel: release-2.14 # csv: advanced-cluster-management.v2.6.1 - projects: + argoProjects: - hub - config-demo - hello-world @@ -42,30 +42,30 @@ clusterGroup: acm: name: acm namespace: open-cluster-management - project: hub + argoProject: hub chart: acm chartVersion: 0.1.* vault: name: vault namespace: vault - project: hub + argoProject: hub chart: hashicorp-vault chartVersion: 0.1.* golang-external-secrets: name: golang-external-secrets namespace: golang-external-secrets - project: hub + argoProject: hub chart: golang-external-secrets chartVersion: 0.1.* config-demo: name: config-demo namespace: config-demo - project: config-demo + argoProject: config-demo path: charts/all/config-demo hello-world: name: hello-world namespace: hello-world - project: hello-world + argoProject: hello-world path: charts/all/hello-world imperative: # NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm