Skip to content

Commit

Permalink
feature: #586 update item-relationship-service chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-lcapellino committed Apr 17, 2024
1 parent 83c995a commit 5421616
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/traceability-foss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ dependencies:
repository: https://helm.runix.net
version: 1.23.1
condition: pgadmin4.enabled
- name: irs-helm
- name: item-relationship-service
repository: https://eclipse-tractusx.github.io/item-relationship-service
version: 6.18.0
version: 7.0.0
condition: irs-helm.enabled
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/tractusx-edc
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
repository: https://helm.runix.net
version: 1.23.1
condition: pgadmin4.enabled
- name: irs-helm
- name: item-relationship-service
repository: https://eclipse-tractusx.github.io/item-relationship-service
version: 7.0.0
condition: irs-helm.enabled
Expand Down
10 changes: 5 additions & 5 deletions charts/traceability-foss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ backend:
edc:
apiKey: "CHANGEME" # <tractusx-connector.controlplane.endpoints.management.authKey>
providerUrl: "CHANGEME" # example: https://<tractusx-connector.controlplane.ingress.hosts>
callbackUrl: "CHANGEME" # example: http://<irs-helm.nameOverride>:8181/internal/endpoint-data-reference
callbackUrl: "CHANGEME" # example: http://<item-relationship-service.nameOverride>:8181/internal/endpoint-data-reference
callbackUrlEdcClient: "CHANGEME" # example: https://<backend.ingress.hosts>/api/internal/endpoint-data-reference
dataEndpointUrl: "CHANGEME" # example: https://<tractusx-connector.controlplane.ingress.hosts>/management"
partsProviderControlplaneUrl: "CHANGEME" # host of the parts provider EDC
Expand All @@ -300,7 +300,7 @@ backend:
baseUrl: "CHANGEME" # example: https://discoveryfinder.net/discoveryfinder/api/administration/connectors/discovery/search

irs:
baseUrl: "https://replace.me" # https://<irs-helm.ingress.host>
baseUrl: "https://replace.me" # https://<item-relationship-service.ingress.host>
registry:
urlWithPath: "https://replace.me" # digitalTwinRegistry /semantics/registry/api/v3.0
allowedBpns: "BPN1,BPN2" # "," separated list of allowed bpns for creating shells
Expand All @@ -314,7 +314,7 @@ backend:
# required for init containers checking for dependant pod readiness before starting up backend
dependencies:
enabled: false # enable dependency check init containers
irs: "CHANGEME" # <irs-helm.nameOverride>
irs: "CHANGEME" # <item-relationship-service.nameOverride>
edc: "CHANGEME" # <tractusx-connector.nameOverride

bpdm:
Expand Down Expand Up @@ -364,8 +364,8 @@ postgresql:
#########################
# IRS configuration #
#########################
irs-helm:
enabled: false # <irs-helm.enabled>
item-relationship-service:
enabled: false # <item-relationship-service.enabled>
nameOverride: "tracex-irs"
fullnameOverride: "tracex-irs"

Expand Down

0 comments on commit 5421616

Please sign in to comment.