From 5da45f6b2c890d7d4c7cf737498db636b81327fe Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Thu, 31 Oct 2024 10:00:42 +0100 Subject: [PATCH] Upgrade to R24.08: Update discoveryfinder to 0.3.1 Update bpndiscovery to 0.3.1 Update semantic-hub to 0.3.1 --- charts/umbrella/Chart.yaml | 8 ++++---- charts/umbrella/values.yaml | 9 +++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/charts/umbrella/Chart.yaml b/charts/umbrella/Chart.yaml index 0809bc0..8301e5e 100644 --- a/charts/umbrella/Chart.yaml +++ b/charts/umbrella/Chart.yaml @@ -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: @@ -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 @@ -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 diff --git a/charts/umbrella/values.yaml b/charts/umbrella/values.yaml index d9d9ce3..6df96e0 100644 --- a/charts/umbrella/values.yaml +++ b/charts/umbrella/values.yaml @@ -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: