Skip to content

Commit

Permalink
Merge pull request #830 from catenax-ng/feat/359-check-24.05-release-…
Browse files Browse the repository at this point in the history
…registry

Feat/359 check 24.05 release registry
  • Loading branch information
dsmf authored Mar 27, 2024
2 parents 0807b63 + 21f550a commit 8b0eae9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/connector/aasregistry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ version: 0.0.1
appVersion: 0.0.1

dependencies:
- name: registry
version: 0.3.22
- name: digital-twin-registry
version: 0.4.9
repository: https://eclipse-tractusx.github.io/sldt-digital-twin-registry
2 changes: 1 addition & 1 deletion charts/connector/aasregistry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# SPDX-License-Identifier: Apache-2.0
###############################################################

registry:
digital-twin-registry:
enableKeycloak: false
postgresql:
primary:
Expand Down
2 changes: 1 addition & 1 deletion charts/irs-environments/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ irs-helm:
controlPlane2: http://irs-provider2-tractusx-connector-controlplane:8080/api/check/liveness
controlPlane3: http://irs-provider3-tractusx-connector-controlplane:8080/api/check/liveness
digitalTwinRegistry:
url: https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3.0
url: https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3
shellDescriptorTemplate: /shell-descriptors/{aasIdentifier}
lookupShellsTemplate: /lookup/shells?assetIds={assetIds}
discovery:
Expand Down
4 changes: 2 additions & 2 deletions charts/irs-environments/dil/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ irs-helm:
token-uri: "<path:traceability-irs/data/dil/oauth2#tokenUri>"

digitalTwinRegistry:
descriptorEndpoint: "https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3.0/shell-descriptors/{aasIdentifier}"
shellLookupEndpoint: "https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3.0/lookup/shells?assetIds={assetIds}"
descriptorEndpoint: "https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3/shell-descriptors/{aasIdentifier}"
shellLookupEndpoint: "https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3/lookup/shells?assetIds={assetIds}"
shellDescriptorTemplate: "/shell-descriptors/{aasIdentifier}"
lookupShellsTemplate: "/lookup/shells?assetIds={assetIds}"
type: "decentral"
Expand Down

0 comments on commit 8b0eae9

Please sign in to comment.