Skip to content

Commit

Permalink
Merge pull request #907 from catenax-ng/feature/553-update-irs
Browse files Browse the repository at this point in the history
feat(environment):553 updated irs
  • Loading branch information
ds-mwesener authored Jan 17, 2024
2 parents 5642f9d + 169a2c0 commit ddfc4b0
Show file tree
Hide file tree
Showing 11 changed files with 926 additions and 867 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Moved UpdateAssetRequest to tx-models module
- updated Compatibility Matrix
- Irs Jobs are now created with callback parameter set to new /irs/job/callback endpoint
- Upgraded irs version from 6.12.0 to 6.13.0
- Switched from OAuth2.0 to API Key authentication for IRS API Requests

### Removed
- Shell descriptor entity with underlying logic
Expand Down
2 changes: 1 addition & 1 deletion charts/traceability-foss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies:
condition: pgadmin4.enabled
- name: irs-helm
repository: https://eclipse-tractusx.github.io/item-relationship-service
version: 6.12.0
version: 6.13.0
condition: irs-helm.enabled
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/tractusx-edc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ spec:
value: {{ .Values.datasource.username | quote }}
- name: SPRING_DATASOURCE_PASSWORD
value: {{ .Values.datasource.password | quote }}
- name: IRS_ADMIN_API_KEY
value: {{ .Values.irsAdminApiKey | quote }}
- name: IRS_REGULAR_API_KEY
value: {{ .Values.irsRegularApiKey | quote }}
- name: JAVA_TOOL_OPTIONS
value: {{ .Values.javaToolOptions | default "" | quote }}
{{- range $key, $val := .Values.env }}
Expand Down
Loading

0 comments on commit ddfc4b0

Please sign in to comment.