Skip to content

Commit

Permalink
chore: upgrade portal and iam to 24.03 release (#62)
Browse files Browse the repository at this point in the history
also: move to standalone db setup for portal
  • Loading branch information
evegufy authored Apr 16, 2024
1 parent eff4d93 commit 919de1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
portal:
enabled: true
replicaCount: 1
postgresql:
postgresql:
nameOverride: "portal-backend-postgresql"
architecture: standalone

centralidp:
enabled: true
Expand Down

0 comments on commit 919de1c

Please sign in to comment.