Skip to content

Commit

Permalink
feat: upgrade EDC to 0.7.7 (#153)
Browse files Browse the repository at this point in the history
* Uprade EDC to 0.7.3 #134

* fix policy definition json #159

* Bump edc to 0.7.7 #134

* chore: change tx-data-provider version

---------

Co-authored-by: Evelyn Gurschler <[email protected]>
  • Loading branch information
kss682 and evegufy authored Nov 18, 2024
1 parent 6a72926 commit 1531b3b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/tx-data-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: tx-data-provider
description: A Helm chart for Kubernetes

type: application
version: 0.1.1
version: 0.1.2
appVersion: 0.0.1

dependencies:
Expand All @@ -37,7 +37,7 @@ dependencies:
condition: simple-data-backend.enabled
- name: tractusx-connector
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.7.1
version: 0.7.7
condition: tractusx-connector.enabled
- name: vault
version: 0.20.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"odrl:or": [
{
"@type": "Constraint",
"odrl:leftOperand": "cx-policy:UsagePurpose",
"odrl:leftOperand": {
"@id": "cx-policy:UsagePurpose"
},
"odrl:operator": {
"@id": "odrl:eq"
},
Expand Down
8 changes: 4 additions & 4 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sources:
- https://github.com/eclipse-tractusx/tractus-x-umbrella

type: application
version: 2.0.5
version: 2.0.6

# when adding or updating versions of dependencies, also update list under README.md#Install
dependencies:
Expand Down Expand Up @@ -80,18 +80,18 @@ dependencies:
# TX Data Consumer 1
- name: tx-data-provider
alias: dataconsumerOne
version: 0.1.1
version: 0.1.2
repository: file://../tx-data-provider
condition: dataconsumerOne.enabled
# TX Data Providers
- name: tx-data-provider
version: 0.1.1
version: 0.1.2
repository: file://../tx-data-provider
condition: tx-data-provider.enabled
# TX Data Consumer 2
- name: tx-data-provider
alias: dataconsumerTwo
version: 0.1.1
version: 0.1.2
repository: file://../tx-data-provider
condition: dataconsumerTwo.enabled
# pgadmin4 as helper tool for easy database access
Expand Down

0 comments on commit 1531b3b

Please sign in to comment.