Skip to content

Commit

Permalink
feat: Update SDFactory version (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
CDiezRodriguez authored Nov 6, 2024
1 parent 1e5044a commit 01c2824
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
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.1
version: 2.0.2

# when adding or updating versions of dependencies, also update list under README.md#Install
dependencies:
Expand Down Expand Up @@ -61,7 +61,7 @@ dependencies:
name: sdfactory
alias: selfdescription
repository: https://eclipse-tractusx.github.io/charts/dev
version: 2.1.19
version: 2.1.21
# ssi-credential-issuer
- name: ssi-credential-issuer
condition: ssi-credential-issuer.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/umbrella/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ The currently available components are following:
- [sharedidp](https://github.com/eclipse-tractusx/portal-iam/tree/v4.0.0-alpha.1)
- [bpndiscovery](https://github.com/eclipse-tractusx/sldt-bpn-discovery/tree/bpndiscovery-0.2.2)
- [discoveryfinder](https://github.com/eclipse-tractusx/sldt-discovery-finder/tree/discoveryfinder-0.2.2)
- [sdfactory](https://github.com/eclipse-tractusx/sd-factory/tree/sdfactory-2.1.12)
- [sdfactory](https://github.com/eclipse-tractusx/sd-factory/tree/sdfactory-2.1.21)
- [managed-identity-wallet](https://github.com/eclipse-tractusx/managed-identity-wallet/tree/v0.4.0)
- [semantic-hub](https://github.com/eclipse-tractusx/sldt-semantic-hub/tree/semantic-hub-0.2.2)
- [ssi credential issuer](https://github.com/eclipse-tractusx/ssi-credential-issuer/tree/v1.0.0)
Expand Down
12 changes: 0 additions & 12 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -652,18 +652,6 @@ selfdescription:
secret:
# -- JWK Set URI
jwkSetUri: "http://centralidp.tx.test/auth/realms/CX-Central/protocol/openid-connect/certs"
# -- Custodian wallet client id
clientId: "sa-cl5-custodian-1"
# -- Custodian wallet client secret
clientSecret: "6pnnap7byS1TImL9Uj7g2psud9Fdq4tJ"
# -- Keycloak URL
authServerUrl: "http://centralidp.tx.test/auth"
# -- Keycloak Realm detail
realm: "CX-Central"
# -- Keycloak Resource detail
resource: "Cl5-CX-Custodian"
# -- Details for Custodian wallet URI
custodianWalletUri: ""
# -- Details for Clearing House URI
clearingHouseUri: ""
# -- Details for Clearing House URL
Expand Down

0 comments on commit 01c2824

Please sign in to comment.