Skip to content

Commit

Permalink
Prepare hotfix release for multi-tenancy 0.2.18 and imageversion 0.2.…
Browse files Browse the repository at this point in the history
…0-M13-muli-tenancy
  • Loading branch information
tunacicek committed Jul 12, 2023
1 parent 8e96eaf commit 847ab67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ This version includes changes for the decentralized digital twin registry.

## fixed

## 0.2.0-M13-multi-tenancy
### Added
- Provide functionality to return only specificAssetIds for consumer (not owner of twins) which matched the externalSubjectIds

## fixed

## 0.2.0-M12-multi-tenancy
### Added
- Create INSTALL.md
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.3.8
appVersion: 0.3.7-M1
version: 0.2.18
appVersion: 0.2.0-M13-multi-tenancy

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: docker.io
repository: tractusx/sldt-digital-twin-registry
registry: ghcr.io/catenax-ng
repository: 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 847ab67

Please sign in to comment.