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

feat: upgrade BPDM to R24.12 #195

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 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/tractus-x-umbrella

type: application
version: 2.0.13
version: 2.1.1
CDiezRodriguez marked this conversation as resolved.
Show resolved Hide resolved

# when adding or updating versions of dependencies, also update list under /docs/user/installation/README.md
dependencies:
Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies:
- name: bpdm
condition: bpdm.enabled
repository: https://eclipse-tractusx.github.io/charts/dev
version: 5.1.0
version: 5.2.0
# TX Data Consumer 1
- name: tx-data-provider
alias: dataconsumerOne
Expand Down
2 changes: 1 addition & 1 deletion charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ bpdm:
primary:
persistence:
enabled: false
keycloak:
centralidp:
# We use Central-IDP as authentication server
enabled: false
# Set up a Gate that acts as the Portal's Gate
Expand Down
2 changes: 1 addition & 1 deletion docs/user/installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The currently available components are following:
- [dataconsumerTwo](https://github.com/eclipse-tractusx/tractus-x-umbrella/tree/main/charts/tx-data-provider) ([tractusx-edc](https://github.com/eclipse-tractusx/tractusx-edc/tree/0.7.1), [vault](https://github.com/hashicorp/vault-helm/tree/v0.20.0))
- [bdrs](https://github.com/eclipse-tractusx/bpn-did-resolution-service/tree/0.5.2) (**in memory** - no persistence possible)
- [iatp-mock](https://github.com/eclipse-tractusx/tractus-x-umbrella/tree/main/charts/umbrella/charts/iatpmock/Chart.yaml)
- [bpdm](https://github.com/eclipse-tractusx/bpdm/tree/release/6.0.x)
- [bpdm](https://github.com/eclipse-tractusx/bpdm/tree/release/6.2.x)
- [ssi-dim-wallet-stub](https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/releases/tag/ssi-dim-wallet-stub-0.1.2)

> :warning: **Note**
Expand Down
Loading