Skip to content

Commit

Permalink
Merge branch 'eclipse-tractusx:main' into release-v3.0.0/update-postman
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 authored May 10, 2024
2 parents 0e1cedc + 295caf7 commit 0345eb4
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/digital-product-pass/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 2.3.0
version: 2.3.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ data:
edc:
key: {{ tpl (.Values.backend.discovery.edcDiscovery.key | default "bpn") . | quote }}
# -- configuration to the single API endpoint
singleApi:
single-api:
maxRetries: {{ .Values.backend.singleApi.maxRetries }}
delay: {{ .Values.backend.singleApi.delay }}
# -- process configuration
Expand Down
2 changes: 1 addition & 1 deletion charts/digital-product-pass/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ backend:
discovery:
hostname: "semantics.int.demo.catena-x.net/discoveryfinder"

singleApi:
single-api:
maxRetries: 30
delay: 1000

Expand Down
8 changes: 4 additions & 4 deletions charts/digital-product-pass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ backend:
- leftOperand: "cx-policy:UsagePurpose"
operator: "odrl:eq"
rightOperand: "cx.circular.dpp:1"
prohibition: [ ]
obligation: [ ]
prohibition: []
obligation: []
digitalTwinRegistry:
endpoints:
search: "/lookup/shells"
Expand Down Expand Up @@ -241,8 +241,8 @@ backend:
- leftOperand: "cx-policy:UsagePurpose"
operator: "odrl:eq"
rightOperand: "cx.core.digitalTwinRegistry:1"
prohibition: [ ]
obligation: [ ]
prohibition: []
obligation: []
# -- discovery configuration
discovery:
# -- discovery finder configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ data:
edc:
key: {{ tpl (.Values.discovery.edcDiscovery.key | default "bpn") . | quote }}
# -- configuration to the single API endpoint
singleApi:
single-api:
maxRetries: {{ .Values.singleApi.maxRetries }}
delay: {{ .Values.singleApi.delay }}
# -- process configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ process:
discovery:
hostname: "semantics.int.demo.catena-x.net/discoveryfinder"

singleApi:
single-api:
maxRetries: 30
delay: 1000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ discovery:
edcDiscovery:
key: "bpn"
# -- configuration to the single API endpoint
singleApi:
single-api:
maxRetries: 30
delay: 1000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* This class consists exclusively to define the attributes and methods needed for the Simple API configuration.
**/
@Configuration
@ConfigurationProperties(prefix="configuration.singleApi")
@ConfigurationProperties(prefix="configuration.single-api")
public class SingleApiConfig {

/** ATTRIBUTES **/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ configuration:
key: "bpn"
timeout: 1500

singleApi:
single-api:
maxRetries: 30
delay: 1000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ configuration:
key: "bpn"
timeout: 1500

singleApi:
single-api:
maxRetries: 30
delay: 1000

Expand Down

0 comments on commit 0345eb4

Please sign in to comment.