From ccdf205e31a89617abdb06fda422d4ad27dfc34c Mon Sep 17 00:00:00 2001 From: day0hero Date: Thu, 5 Dec 2024 09:32:32 -0600 Subject: [PATCH] updated values to reflect mulitsource and clustergroup chart --- values-global.yaml | 4 +++- values-hub.yaml | 8 +++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/values-global.yaml b/values-global.yaml index 30b9616d..f97de679 100644 --- a/values-global.yaml +++ b/values-global.yaml @@ -1,7 +1,6 @@ --- global: pattern: emerging-disease-detection - hubClusterDomain: "AUTO" # this is for test only This value is automatically fetched when Invoking against a cluster options: useCSV: false @@ -10,3 +9,6 @@ global: main: clusterGroupName: hub + multiSourceConfig: + enabled: true + clusterGroupChartVersion: 0.9.* diff --git a/values-hub.yaml b/values-hub.yaml index 24c68b24..973494a5 100644 --- a/values-hub.yaml +++ b/values-hub.yaml @@ -32,7 +32,8 @@ clusterGroup: name: vault namespace: vault project: hub - path: common/hashicorp-vault + chart: hashicorp-vault + chartVersion: 0.1.* sso: name: sso @@ -160,11 +161,12 @@ clusterGroup: jqPathExpressions: - '.spec.template.spec.containers[].image' - secrets-operator: + golang-external-secrets: name: golang-external-secrets namespace: golang-external-secrets project: hub - path: common/golang-external-secrets + chart: golang-external-secrets + chartVersion: 0.1.* imperative: # NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm