diff --git a/charts/edc-consumer/CHANGELOG.md b/charts/edc-consumer/CHANGELOG.md index b3bcc47f53..ca889f808f 100644 --- a/charts/edc-consumer/CHANGELOG.md +++ b/charts/edc-consumer/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Downgrade EDC to 0.1.6 +- Renamed controlplane property `edc.oauth.endpoint.audience` to `edc.ids.endpoint.audience` + +## [1.0.3] - 2023-02-21 +### Changed +- Updated default memory requests ## [1.0.2] - 2022-12-19 ### Changed diff --git a/charts/edc-consumer/Chart.yaml b/charts/edc-consumer/Chart.yaml index 54cabe77d5..738f799117 100644 --- a/charts/edc-consumer/Chart.yaml +++ b/charts/edc-consumer/Chart.yaml @@ -14,13 +14,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.3 +version: 1.0.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.2.0" +appVersion: "0.1.6" dependencies: - name: common diff --git a/charts/edc-consumer/charts/edc-controlplane/Chart.yaml b/charts/edc-consumer/charts/edc-controlplane/Chart.yaml index d5ea0fd459..bcf934b459 100644 --- a/charts/edc-consumer/charts/edc-controlplane/Chart.yaml +++ b/charts/edc-consumer/charts/edc-controlplane/Chart.yaml @@ -4,6 +4,6 @@ name: edc-controlplane description: EDC Control-Plane home: https://github.com/catenax-ng/product-edc/deployment/helm/edc-controlplane type: application -appVersion: "0.2.0" +appVersion: 0.1.6 version: 0.2.0 maintainers: [] \ No newline at end of file diff --git a/charts/edc-consumer/charts/edc-controlplane/templates/configmap.yaml b/charts/edc-consumer/charts/edc-controlplane/templates/configmap.yaml index b61c2eae07..a011da7673 100644 --- a/charts/edc-consumer/charts/edc-controlplane/templates/configmap.yaml +++ b/charts/edc-consumer/charts/edc-controlplane/templates/configmap.yaml @@ -23,7 +23,7 @@ data: edc.ids.id=urn:connector:edc-consumer-controlplane edc.ids.catalog.id=urn:catalog:default edc.ids.endpoint={{ .Values.edc.controlplane.url }}/api/v1/ids - edc.oauth.endpoint.audience={{ .Values.edc.controlplane.url }}/api/v1/ids/data + edc.ids.endpoint.audience={{ .Values.edc.controlplane.url }}/api/v1/ids/data edc.receiver.http.endpoint={{ tpl .Values.edc.receiver.callback.url . }} edc.transfer.dataplane.sync.endpoint=http://{{ .Release.Name }}-edc-dataplane:8185/api/public edc.transfer.proxy.endpoint={{ .Values.edc.dataplane.url }}/api/public diff --git a/charts/edc-consumer/charts/edc-dataplane/Chart.yaml b/charts/edc-consumer/charts/edc-dataplane/Chart.yaml index f545be48f5..ad4fc34d7d 100644 --- a/charts/edc-consumer/charts/edc-dataplane/Chart.yaml +++ b/charts/edc-consumer/charts/edc-dataplane/Chart.yaml @@ -5,6 +5,6 @@ description: >- EDC Data-Plane - The Eclipse DataSpaceConnector data layer with responsibility of transferring and receiving data streams home: https://github.com/catenax-ng/product-edc/deployment/helm/edc-dataplane type: application -appVersion: "0.2.0" +appVersion: 0.1.6 version: 0.2.0 maintainers: [] \ No newline at end of file diff --git a/charts/edc-consumer/values.yaml b/charts/edc-consumer/values.yaml index 70f5cdae03..57b1ac5c07 100644 --- a/charts/edc-consumer/values.yaml +++ b/charts/edc-consumer/values.yaml @@ -34,7 +34,7 @@ edc-controlplane: edc: receiver: callback: - url: "http://{{ .Release.Name }}-irs-helm:8181/internal/endpoint-data-reference" # IRS EDC callback URL, e.g. http://app-irs-helm:8181/internal/endpoint-data-reference + url: "http://{{ .Release.Name }}-irs-helm:8181/internal/endpoint-data-reference" # IRS EDC callback URL, e.g. http://app-irs-helm:8181/internal/endpoint-data-reference postgresql: user: edc password: