Skip to content

Commit

Permalink
Merge pull request #168 from catenax-ng/feature/TRI-1114-Prepare-EDC-…
Browse files Browse the repository at this point in the history
…0.1.6

feat(charts):[TRI-1114] Downgrade EDC to 0.1.6
  • Loading branch information
ds-jhartmann authored Feb 28, 2023
2 parents 6741dfe + 94ccc38 commit 871c38f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions charts/edc-consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/edc-consumer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/edc-consumer/charts/edc-controlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/edc-consumer/charts/edc-dataplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
2 changes: 1 addition & 1 deletion charts/edc-consumer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <postgres-password>
Expand Down

0 comments on commit 871c38f

Please sign in to comment.