From 919de1ccc34d23d7b60d3411669027e7260c4b2e Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 16 Apr 2024 10:08:46 +0200 Subject: [PATCH] chore: upgrade portal and iam to 24.03 release (#62) also: move to standalone db setup for portal --- charts/umbrella/Chart.yaml | 8 ++++---- charts/umbrella/values.yaml | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/umbrella/Chart.yaml b/charts/umbrella/Chart.yaml index 4bff7924..931f3b9e 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.6.0 +version: 0.7.0 dependencies: # # TODO: update edc components to R23.12 @@ -46,16 +46,16 @@ dependencies: - condition: portal.enabled name: portal repository: https://eclipse-tractusx.github.io/charts/dev - version: 1.7.0 + version: 1.8.0 # cx-iam - condition: centralidp.enabled name: centralidp repository: https://eclipse-tractusx.github.io/charts/dev - version: 2.0.0 + version: 2.1.0 - condition: sharedidp.enabled name: sharedidp repository: https://eclipse-tractusx.github.io/charts/dev - version: 2.0.0 + version: 2.1.0 # discovery-finder - condition: discoveryfinder.enabled name: discoveryfinder diff --git a/charts/umbrella/values.yaml b/charts/umbrella/values.yaml index 83a0eb49..d7089508 100644 --- a/charts/umbrella/values.yaml +++ b/charts/umbrella/values.yaml @@ -140,6 +140,10 @@ portal: enabled: true replicaCount: 1 + postgresql: + postgresql: + nameOverride: "portal-backend-postgresql" + architecture: standalone centralidp: enabled: true