Skip to content

Commit

Permalink
Merge pull request #98 from eclipse-tractusx/chore/update-sldt-compon…
Browse files Browse the repository at this point in the history
…ents

Update  versions for discoveryfinder, bpndiscovery, semantic-hub
  • Loading branch information
tunacicek authored Jul 1, 2024
2 parents 0c2b49a + 7bed16e commit 55bdc27
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 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: 0.16.0
version: 0.17.0

# 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.2
version: 0.2.5
# bpn-discovery
- condition: bpndiscovery.enabled
name: bpndiscovery
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.2
version: 0.2.6
# 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.2
version: 0.2.3
# TX Data Consumer 1
- name: tx-data-provider
alias: dataconsumerOne
Expand Down
31 changes: 30 additions & 1 deletion charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,23 @@ bpndiscovery:
enabled: false
enablePostgres: true
bpndiscovery:
authentication: false
host: semantics.tx.test
ingress:
enabled: true
tls: false
urlPrefix: "/bpndiscovery"
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: "my-ca-issuer"
nginx.ingress.kubernetes.io/rewrite-target: "/$2"
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
nginx.ingress.kubernetes.io/x-forwarded-prefix: "/bpndiscovery"
authentication: true
idp:
issuerUri: "http://centralidp.tx.test/auth/realms/CX-Central"
publicClientId: "Cl22-CX-BPND"
bpndiscoverEndpoint:
allowedTypes: oen,wmi,passtype,manufacturerPartId
description: Service to discover BPN for different kind of type numbers
Expand Down Expand Up @@ -850,6 +866,19 @@ semantic-hub:
initialDelaySeconds: 200
readinessProbe:
initialDelaySeconds: 200
host: semantics.tx.test
ingress:
enabled: true
tls: false
urlPrefix: "/hub"
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: "my-ca-issuer"
nginx.ingress.kubernetes.io/rewrite-target: "/$2"
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
nginx.ingress.kubernetes.io/x-forwarded-prefix: "/hub"
graphdb:
enabled: true
image: jena-fuseki-docker:4.7.0
Expand Down

0 comments on commit 55bdc27

Please sign in to comment.