Skip to content

Commit

Permalink
Merge pull request #800 from catenax-ng/chore/update-irs-env-to-4.7.0
Browse files Browse the repository at this point in the history
chore(charts): update IRS to 4.7.0
  • Loading branch information
ds-jhartmann authored Mar 4, 2024
2 parents 01d8398 + d7c7ae9 commit 0807b63
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 19 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.14.0
version: 6.16.0
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/tractusx-edc
version: 0.5.3
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.14.0
version: 6.16.0
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/tractusx-edc
version: 0.5.3
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.14.0
version: 6.16.0
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/tractusx-edc
version: 0.5.3
Expand Down
2 changes: 1 addition & 1 deletion charts/irs-environments/pen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.3
dependencies:
- name: irs-helm
repository: https://eclipse-tractusx.github.io/item-relationship-service
version: 6.13.0
version: 6.16.0
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/tractusx-edc
version: 0.5.3
Expand Down
34 changes: 19 additions & 15 deletions charts/irs-environments/pen/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ irs-helm:
secretName: tls-secret
digitalTwinRegistry:
url: https://semantics-pen.dev.demo.catena-x.net/registry
discovery:
discoveryFinderUrl: https://semantics-pen.dev.demo.catena-x.net/discoveryfinder/api/administration/connectors/discovery/search
semanticshub:
url: https://semantics-pen.dev.demo.catena-x.net/hub/api/v1/models
Expand All @@ -33,11 +34,23 @@ irs-helm:
minioUser: <path:traceability-irs/data/int/minio#minioUser>
minioPassword: <path:traceability-irs/data/int/minio#minioPassword>
oauth2:
clientId: <path:traceability-irs/data/pen/oauth2#clientId>
clientSecret: <path:traceability-irs/data/pen/oauth2#clientSecret>
clientTokenUri: <path:traceability-irs/data/pen/oauth2#tokenUri>
semantics:
clientId: <path:traceability-irs/data/pen/oauth2#clientId>
clientSecret: <path:traceability-irs/data/pen/oauth2#clientSecret>
discovery:
clientId: <path:traceability-irs/data/pen/oauth2#clientId>
clientSecret: <path:traceability-irs/data/pen/oauth2#clientSecret>
bpdm:
clientId: <path:traceability-irs/data/pen/oauth2#clientId>
clientSecret: <path:traceability-irs/data/pen/oauth2#clientSecret>
edc:
submodel:
request:
ttl: PT2M
controlplane:
request:
ttl: PT2M
apikey:
secret: <path:traceability-irs/data/pen/controlplane#apiKey>

Expand Down Expand Up @@ -66,16 +79,16 @@ tractusx-connector:
daps: false
vault: false
participant:
id: BPNL00000001CRHK
id: <path:traceability-irs/data/int/controlplane#participantId>

controlplane:
# SSI configuration
ssi:
miw:
url: <path:traceability-irs/data/dev/controlplane#ssi.miw.url>
authorityId: <path:traceability-irs/data/dev/controlplane#ssi.miw.authorityId>
url: <path:traceability-irs/data/int/controlplane#ssi.miw.url>
authorityId: <path:traceability-irs/data/int/controlplane#ssi.miw.authorityId>
oauth:
tokenurl: <path:traceability-irs/data/dev/controlplane#ssi.oauth.tokenurl>
tokenurl: <path:traceability-irs/data/int/controlplane#ssi.oauth.tokenurl>
client:
id: <path:traceability-irs/data/pen/controlplane#ssi.oauth.client.id>
secretAlias: miw-pen-keycloak-secret
Expand Down Expand Up @@ -103,11 +116,6 @@ tractusx-connector:
protocol:
port: 8084
path: /api/v1/dsp
# -- observability api with unsecured access, must not be internet facing
observability:
port: 8085
path: /observability # -- observability api, provides /health /readiness and /liveness endpoints
insecure: true # -- allow or disallow insecure access, i.e. access without authentication

internationalDataSpaces:
id: TXDC
Expand Down Expand Up @@ -144,10 +152,6 @@ tractusx-connector:
public:
port: 8081
path: /api/public
observability:
port: 8085
path: /observability
insecure: true

resources:
limits:
Expand Down

0 comments on commit 0807b63

Please sign in to comment.