Skip to content

Commit d87cdf0

Browse files
authored
Merge pull request eclipse-tractusx#1456 from Cofinity-X/chore/1439-chart-upgrade-edc
chore(charts): eclipse-tractusx#1439 chart upgrade edc
2 parents bc79efb + 46a9814 commit d87cdf0

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

COMPATIBILITY_MATRIX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
|------------------|------------------------------|----------------------|------------|-----------------------------------------------------|
77
| EDC | edc-postgresql | 15.4.0-debian-11-r45 | 12.12.10 | Enterprise Data Connector for PostgreSQL |
88
| IRS | item-relationship-service | 7.0.1 | 9.0.0 | Helm charts for Item Relationship Service |
9-
| EDC | tractusx-connector | 0.10.0-rc1 | 0.10.0-rc1 | Connector for Data Transfer and Registration |
9+
| EDC | tractusx-connector | 0.10.0-rc2 | 0.10.0-rc2 | Connector for Data Transfer and Registration |
1010
| Discovery Finder | discovery service | 0.2.5 | - | Service for discovering and registering artifacts |
1111
| Portal | portal | 1.8.0 | - | Web portal for interacting with Trace-X |
1212
| SD-Factory | SD-Factory | 2.1.7 | - | Service Discovery Factory for managing dependencies |

charts/traceability-foss/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ home: https://eclipse-tractusx.github.io/
2323
sources:
2424
- https://github.com/eclipse-tractusx/traceability-foss
2525
type: application
26-
version: 1.4.2
27-
appVersion: "15.0.0"
26+
version: 1.5.0
27+
appVersion: "15.1.0"
2828
dependencies:
2929
- name: frontend
3030
repository: "file://charts/frontend"
31-
version: 1.4.2
31+
version: 1.5.0
3232
- name: backend
3333
repository: "file://charts/backend"
34-
version: 1.4.2
34+
version: 1.5.0
3535
- name: postgresql
3636
repository: https://charts.bitnami.com/bitnami
3737
version: 12.12.10
@@ -42,14 +42,14 @@ dependencies:
4242
condition: pgadmin4.enabled
4343
- name: item-relationship-service
4444
repository: https://eclipse-tractusx.github.io/item-relationship-service
45-
version: 8.0.2
45+
version: 9.0.0
4646
condition: item-relationship-service.enabled
4747
- name: tractusx-connector
4848
repository: https://eclipse-tractusx.github.io/tractusx-edc
49-
version: 0.10.0-rc1
49+
version: 0.10.0-rc2
5050
condition: tractusx-connector.enabled
5151
- name: postgresql
5252
alias: edc-postgresql
5353
repository: https://charts.bitnami.com/bitnami
54-
version: 15.2.1
54+
version: 12.12.10
5555
condition: edc-postgresql.enabled

charts/traceability-foss/charts/backend/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ apiVersion: v2
2020
name: backend
2121
description: A Helm chart for Traceability backend application.
2222
type: application
23-
version: 1.4.2
24-
appVersion: "15.0.0"
23+
version: 1.5.0
24+
appVersion: "15.1.0"
2525
dependencies:
2626
- name: postgresql
2727
repository: https://charts.bitnami.com/bitnami
@@ -33,7 +33,7 @@ dependencies:
3333
condition: pgadmin4.enabled
3434
- name: irs-helm
3535
repository: https://eclipse-tractusx.github.io/item-relationship-service
36-
version: 8.0.2
36+
version: 9.0.0
3737
condition: irs-helm.enabled
3838
- name: irs-edc-consumer
3939
repository: https://eclipse-tractusx.github.io/item-relationship-service

charts/traceability-foss/charts/frontend/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ apiVersion: v2
2020
name: frontend
2121
description: A Helm chart for Traceability frontend application.
2222
type: application
23-
version: 1.4.2
24-
appVersion: "15.0.0"
23+
version: 1.5.0
24+
appVersion: "15.1.0"

0 commit comments

Comments
 (0)