Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#677 from catenax-ng/chore/update-…
Browse files Browse the repository at this point in the history
…env-to-irs-6.11.0

chore(charts): Update envs to IRS 6.11.0
  • Loading branch information
ds-jhartmann authored Dec 1, 2023
2 parents 3a71741 + 9b47572 commit 3247817
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/irs-environments/dev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.6
dependencies:
- name: irs-helm
repository: https://eclipse-tractusx.github.io/item-relationship-service
version: 6.10.0
version: 6.11.0
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/tractusx-edc
version: 0.5.3
Expand Down
16 changes: 9 additions & 7 deletions charts/irs-environments/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ irs-helm:
enabled: "true"
urls:
bpdmService: https://partners-pool.int.demo.catena-x.net/ui/swagger-ui/index.html
dtrService: http://cx-irs-registry-registry:4243/actuator/health/liveness
controlPlane: http://irs-provider-controlplane:8080/api/check/liveness
dataPlane: http://irs-provider-dataplane:8080/api/check/liveness
controlPlane2: http://irs-provider2-controlplane:8080/api/check/liveness
dataPlane2: http://irs-provider2-dataplane:8080/api/check/liveness
controlPlane3: http://irs-provider3-controlplane:8080/api/check/liveness
dataPlane3: http://irs-provider3-dataplane:8080/api/check/liveness
dtrService: http://cx-irs-registry-registry-svc:4243/actuator/health/liveness
consumerControlPlane: http://irs-consumer-tractusx-connector-controlplane:8080/api/check/liveness
consumerDataPlane: http://irs-consumer-tractusx-connector-dataplane:8080/api/check/liveness
controlPlane: http://irs-provider-tractusx-connector-controlplane:8080/api/check/liveness
dataPlane: http://irs-provider-tractusx-connector-dataplane:8080/api/check/liveness
controlPlane2: http://irs-provider2-tractusx-connector-controlplane:8080/api/check/liveness
dataPlane2: http://irs-provider2-tractusx-connector-dataplane:8080/api/check/liveness
controlPlane3: http://irs-provider3-tractusx-connector-controlplane:8080/api/check/liveness
dataPlane3: http://irs-provider3-tractusx-connector-dataplane:8080/api/check/liveness
digitalTwinRegistry:
url: https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3.0
discoveryFinderUrl: https://discovery-mock.dev.demo.catena-x.net/api/administration/connectors/discovery/search
Expand Down
2 changes: 1 addition & 1 deletion charts/irs-environments/ess/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.0
dependencies:
- name: irs-helm
repository: https://eclipse-tractusx.github.io/item-relationship-service
version: 6.10.0
version: 6.11.0
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/tractusx-edc
version: 0.5.3
Expand Down
5 changes: 1 addition & 4 deletions charts/irs-environments/ess/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,11 @@ irs-helm:
clientSecret: <path:traceability-irs/data/int/dataspacediscovery#clientSecret>
edc:
provider:
host: "https://irs-ess-consumer-controlplane.int.demo.catena-x.net"
host: "https://irs-ess-provider-controlplane.int.demo.catena-x.net"
controlplane:
apikey:
secret: <path:traceability-irs/data/ess/controlplane#apiKey>

discovery:
endpoint: ""

#######################
# Minio Configuration #
#######################
Expand Down
2 changes: 1 addition & 1 deletion charts/irs-environments/int/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.4
dependencies:
- name: irs-helm
repository: https://eclipse-tractusx.github.io/item-relationship-service
version: 6.10.0
version: 6.11.0
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/tractusx-edc
version: 0.5.3
Expand Down

0 comments on commit 3247817

Please sign in to comment.