Skip to content

Commit

Permalink
Merge pull request #160 from eclipse-tractusx/chore/update-discovery-…
Browse files Browse the repository at this point in the history
…services-semantichub-r2408

[Semantic-hub][Discoveryservices] Upgrade to R2408
  • Loading branch information
tunacicek authored Nov 15, 2024
2 parents 5e145f5 + 5da45f6 commit 6a72926
Show file tree
Hide file tree
Showing 2 changed files with 13 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/tractus-x-umbrella

type: application
version: 2.0.4
version: 2.0.5

# when adding or updating versions of dependencies, also update list under README.md#Install
dependencies:
Expand All @@ -50,12 +50,12 @@ dependencies:
- condition: discoveryfinder.enabled
name: discoveryfinder
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.5
version: 0.3.1
# bpn-discovery
- condition: bpndiscovery.enabled
name: bpndiscovery
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.6
version: 0.3.1
# sd-factory
- condition: selfdescription.enabled
name: sdfactory
Expand All @@ -71,7 +71,7 @@ dependencies:
- condition: semantic-hub.enabled
name: semantic-hub
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.3
version: 0.3.1
# Business Partner Data Management
- name: bpdm
condition: bpdm.enabled
Expand Down
9 changes: 9 additions & 0 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,15 @@ bpndiscovery:
endpointAddress: /bpndiscovery
documentation: /bpndiscovery/swagger-ui/index.html
timeToLive: "31536000"
discoveryfinderClient:
baseUrl: "semantics.tx.test/discoveryfinder"
registration:
clientId: sa-cl22-01
clientSecret: "client-secret"
authorizationGrantType: changeme
schedulerCronFrequency: "0 0 */1 * * *"
provider:
tokenUri: "http://centralidp.tx.test/auth/realms/CX-Central/protocol/openid-connect/token"
livenessProbe:
initialDelaySeconds: 200
readinessProbe:
Expand Down

0 comments on commit 6a72926

Please sign in to comment.