From 0311546a77879fba870f35d1a3495bcd03488e4f Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 27 Feb 2024 18:01:57 +0100 Subject: [PATCH 1/2] chore(iam): change db subchart to standalone architecture to save runner resources --- charts/umbrella/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/umbrella/values.yaml b/charts/umbrella/values.yaml index 618adbc7..7b6ef66e 100644 --- a/charts/umbrella/values.yaml +++ b/charts/umbrella/values.yaml @@ -148,6 +148,7 @@ centralidp: replicaCount: 1 postgresql: nameOverride: "centralidp-postgresql" + architecture: standalone sharedidp: enabled: true @@ -156,6 +157,7 @@ sharedidp: replicaCount: 1 postgresql: nameOverride: "sharedidp-postgresql" + architecture: standalone bpndiscovery: enabled: true From ce4bc20e636e0cd5bc90c50bf78db61eb8cfebff Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 28 Feb 2024 19:22:12 +0100 Subject: [PATCH 2/2] chore: bump version --- charts/umbrella/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/umbrella/Chart.yaml b/charts/umbrella/Chart.yaml index f267dd0c..e93fc877 100644 --- a/charts/umbrella/Chart.yaml +++ b/charts/umbrella/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://github.com/eclipse-tractusx/e2e-testing type: application -version: 0.4.0 +version: 0.4.1 dependencies: # # TODO: update edc components to R23.12