Skip to content

Commit

Permalink
chore: bump dtr version from 0.4.3 to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-rm-meyer-ISST committed Jul 12, 2024
1 parent a6cff52 commit 893ac27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Beside the dependencies provided in the Helm Chart, the following dependencies h
| Application | App Version | Chart Version |
|-------------------------------------------------------------------------------------------------------------------|-------------|---------------|
| [Tractus-X Connector](https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector) | 0.7.2 | 0.7.2 |
| [Digital Twin Registry](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/tree/main/charts/registry) | 0.4.3 | 0.4.11 |
| [Digital Twin Registry](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/tree/main/charts/registry) | 0.5.0 | 0.5.0 |

## Known Knows

Expand Down
4 changes: 2 additions & 2 deletions local/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine

dtr-customer:
image: tractusx/sldt-digital-twin-registry:0.4.3
image: tractusx/sldt-digital-twin-registry:0.5.0
container_name: dtr-customer
depends_on:
postgres-all:
Expand Down Expand Up @@ -235,7 +235,7 @@ services:
- "host.docker.internal:host-gateway" # Adjusts container's host file to allow for communication with docker-host machine

dtr-supplier:
image: tractusx/sldt-digital-twin-registry:0.4.3
image: tractusx/sldt-digital-twin-registry:0.5.0
container_name: dtr-supplier
depends_on:
postgres-all:
Expand Down

0 comments on commit 893ac27

Please sign in to comment.