Skip to content

Commit

Permalink
Upgrade to R24.08:
Browse files Browse the repository at this point in the history
Update discoveryfinder to 0.3.1
Update bpndiscovery to 0.3.1
Update semantic-hub to 0.3.1
  • Loading branch information
tunacicek committed Nov 11, 2024
1 parent ce71558 commit 0123f55
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 0123f55

Please sign in to comment.