Skip to content

Commit

Permalink
preparation for helm release 0.3.9 and app version 0.3.8-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
agg3fe committed Jul 13, 2023
1 parent 3789199 commit e6ccaa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 0.3.8-M1
### Added
- Update functionality to get bpn from HEADER (Edc-Bpn) instead of token and use it to search for specificAssetIds.

## fixed
- In this version, fix is given for adjusting SemanticID in submodel response. This is only temporary workaround.
Expand Down
4 changes: 2 additions & 2 deletions charts/registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ name: registry
description: Tractus-X Digital Twin Registry Helm Chart

type: application
version: 0.2.18
appVersion: 0.2.0-M13-multi-tenancy
version: 0.3.9
appVersion: 0.3.8-M1

dependencies:
- repository: https://charts.bitnami.com/bitnami
Expand Down
4 changes: 2 additions & 2 deletions charts/registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ enableKeycloak: true

registry:
image:
registry: ghcr.io/catenax-ng
repository: sldt-digital-twin-registry
registry: docker.io
repository: tractusx/sldt-digital-twin-registry
# This version property overwrites the default image version.
# The default image version is the appVersion of the Chart.yaml.
version: ""
Expand Down

0 comments on commit e6ccaa8

Please sign in to comment.