Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions for discoveryfinder, bpndiscovery, semantic-hub #98

Merged
merged 7 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.5
version: 0.0.6
appVersion: 0.0.1

dependencies:
- name: digital-twin-registry
version: 0.4.5
version: 0.4.11
tunacicek marked this conversation as resolved.
Show resolved Hide resolved
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: 0.16.0
version: 0.17.0

# when adding or updating versions of dependencies, also update list under README.md#Install
dependencies:
Expand All @@ -50,12 +50,12 @@ dependencies:
- condition: discoveryfinder.enabled
name: discoveryfinder
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.2
version: 0.2.5
# bpn-discovery
- condition: bpndiscovery.enabled
name: bpndiscovery
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.2
version: 0.2.6
evegufy marked this conversation as resolved.
Show resolved Hide resolved
# sd-factory
- condition: selfdescription.enabled
name: sdfactory
Expand All @@ -71,7 +71,7 @@ dependencies:
- condition: semantic-hub.enabled
name: semantic-hub
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.2.2
version: 0.2.3
# TX Data Consumer 1
- name: tx-data-provider
alias: dataconsumerOne
Expand Down
Loading