diff --git a/CHANGELOG.md b/CHANGELOG.md index fae226ad..0eb2fbdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/charts/registry/Chart.yaml b/charts/registry/Chart.yaml index 7f9a6b04..b401aac2 100644 --- a/charts/registry/Chart.yaml +++ b/charts/registry/Chart.yaml @@ -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 diff --git a/charts/registry/values.yaml b/charts/registry/values.yaml index b5e81093..2fa81c33 100644 --- a/charts/registry/values.yaml +++ b/charts/registry/values.yaml @@ -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: ""