Skip to content

Commit

Permalink
[DTR] Upgrade to R24.08 (#149)
Browse files Browse the repository at this point in the history
#150

---------

Co-authored-by: Mikel Garcia <122596907+mgarciaLKS@users.noreply.github.com>
  • Loading branch information
tunacicek and mgarciaLKS authored Nov 22, 2024
1 parent 3e87a81 commit 71c9dae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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,12 +23,12 @@ name: tx-data-provider
description: A Helm chart for Kubernetes

type: application
version: 0.1.2
version: 0.1.3
appVersion: 0.0.1

dependencies:
- name: digital-twin-registry
version: 0.4.11
version: 0.5.2
repository: https://eclipse-tractusx.github.io/charts/dev
condition: digital-twin-registry.enabled
- name: simple-data-backend
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.8
version: 2.0.9

# 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.2
version: 0.1.3
repository: file://../tx-data-provider
condition: dataconsumerOne.enabled
# TX Data Providers
- name: tx-data-provider
version: 0.1.2
version: 0.1.3
repository: file://../tx-data-provider
condition: tx-data-provider.enabled
# TX Data Consumer 2
- name: tx-data-provider
alias: dataconsumerTwo
version: 0.1.2
version: 0.1.3
repository: file://../tx-data-provider
condition: dataconsumerTwo.enabled
# pgadmin4 as helper tool for easy database access
Expand Down

0 comments on commit 71c9dae

Please # to comment.