Skip to content

Commit

Permalink
upgrade EDC to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kss682 committed Jan 20, 2025
1 parent e4c96b6 commit d73809f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.3
version: 0.1.4
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.7
version: 0.8.0
condition: tractusx-connector.enabled
- name: vault
version: 0.20.0
Expand Down
6 changes: 3 additions & 3 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,18 @@ dependencies:
# TX Data Consumer 1
- name: tx-data-provider
alias: dataconsumerOne
version: 0.1.3
version: 0.1.4
repository: file://../tx-data-provider
condition: dataconsumerOne.enabled
# TX Data Providers
- name: tx-data-provider
version: 0.1.3
version: 0.1.4
repository: file://../tx-data-provider
condition: tx-data-provider.enabled
# TX Data Consumer 2
- name: tx-data-provider
alias: dataconsumerTwo
version: 0.1.3
version: 0.1.4
repository: file://../tx-data-provider
condition: dataconsumerTwo.enabled
# pgadmin4 as helper tool for easy database access
Expand Down

0 comments on commit d73809f

Please sign in to comment.