Skip to content

Commit

Permalink
chore(localdev): upgrade and enable subcharts (#105)
Browse files Browse the repository at this point in the history
- upgrade portal from v1.6.0 to v1.7.0-alpha
- upgrade and enable iam instances from v1.2.0 to v2.0.0-alpha
- update documentation: remove note for cpu arch incompatibility for mac as all images are now also available for arm64
  • Loading branch information
evegufy authored Oct 6, 2023
1 parent 018afa2 commit d8f2c4f
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 184 deletions.
8 changes: 4 additions & 4 deletions charts/localdev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
apiVersion: v2
name: localdev-portal-iam
type: application
version: 0.0.1
version: 0.1.0
description: Setup of CX Portal & IAM for local development
home: https://github.com/eclipse-tractusx/portal-cd
sources:
Expand All @@ -33,15 +33,15 @@ dependencies:
- condition: portal.enabled
name: portal
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.6.0
version: 1.7.0-alpha
- condition: centralidp.enabled
name: centralidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.2.0
version: 2.0.0-alpha
- condition: sharedidp.enabled
name: sharedidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.2.0
version: 2.0.0-alpha
- condition: pgadmin4.enabled
name: pgadmin4
repository: https://helm.runix.net
Expand Down
Loading

0 comments on commit d8f2c4f

Please sign in to comment.