Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(localdev): reference portal chart from filesystem and integrate portal v2.1.0 #401

Merged
merged 2 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.6.1
version: 0.7.0
description: Setup of CX Portal & IAM for local development
home: https://github.com/eclipse-tractusx/portal-cd
sources:
Expand All @@ -32,8 +32,8 @@ sources:
dependencies:
- condition: portal.enabled
name: portal
repository: https://eclipse-tractusx.github.io/charts/dev
version: 2.0.0
repository: file://../portal
version: 2.1.0
- condition: centralidp.enabled
name: centralidp
repository: https://eclipse-tractusx.github.io/charts/dev
Expand Down
4 changes: 1 addition & 3 deletions charts/localdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ portal:
issuerComponent:
clientId: "sa-cl2-04"
clientSecret: "c0gFPfWWUpeOr7MP6DIqdRPhUfaX4GRC"
encryptionConfigs:
index0:
encryptionKey: "39ffab76f99ece1e4ac72f973d5c703737324a75c6445e84fa317a7833476a15"
bpnDidResolver:
# -- ApiKey for management endpoint of the bpnDidResolver. Secret-key 'bpndidresolver-api-key'.
apiKey: ""
Expand All @@ -199,6 +196,7 @@ portal:
encryptionConfigs:
index0:
encryptionKey: "d2e27d71b018cb36029184852f1baa3e26891be94718f77de4c7cc6c882fe317"
clearinghouseConnectDisabled: false
mailing:
host: "smtp.tx.test"
port: "587"
Expand Down