Skip to content

Commit 17c3aa3

Browse files
authored
Merge pull request #63 from FIWARE/contract-negotiation
Support for contract negotiation
2 parents 8be68f5 + 64a07ce commit 17c3aa3

File tree

11 files changed

+646
-10
lines changed

11 files changed

+646
-10
lines changed

charts/data-space-connector/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: data-space-connector
33
description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
44
type: application
5-
version: 7.37.0
5+
version: 7.37.4
66
dependencies:
77
- name: postgresql
88
condition: postgresql.enabled
@@ -58,9 +58,9 @@ dependencies:
5858
# contract management
5959
- name: tm-forum-api
6060
condition: tm-forum-api.enabled
61-
version: 0.10.10
61+
version: 0.13.5
6262
repository: https://fiware.github.io/helm-charts
6363
- name: contract-management
6464
condition: contract-management.enabled
65-
version: 1.0.2
65+
version: 1.0.4
6666
repository: https://fiware.github.io/helm-charts

charts/data-space-connector/templates/rainbow-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
{{- end }}
3434
- name: rainbow-init
3535
imagePullPolicy: Always
36-
image: quay.io/wi_stefan/rainbow:latest
36+
image: quay.io/wi_stefan/rainbow:0.0.3
3737
args: [ "provider", "setup" ]
3838
env:
3939
- name: DB_URL
@@ -54,7 +54,7 @@ spec:
5454
containers:
5555
- name: rainbow
5656
imagePullPolicy: Always
57-
image: quay.io/wi_stefan/rainbow:latest
57+
image: quay.io/wi_stefan/rainbow:0.0.3
5858
args: [ "provider", "start" ]
5959
env:
6060
- name: DB_URL

charts/data-space-connector/values.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ scorpio:
350350
# -- repository to be used - resource friendly all-in-one-runner without kafka
351351
repository: scorpiobroker/all-in-one-runner
352352
# -- tag of the image to be used - latest java image without kafka
353-
tag: java-4.1.11
353+
tag: java-5.0.3
354354
## configuration of the database to be used by broker
355355
db:
356356
# -- host of the db
@@ -676,6 +676,10 @@ tm-forum-api:
676676
image: tmforum-agreement
677677
basePath: /tmf-api/agreementManagement/v4
678678

679+
- name: quote
680+
image: tmforum-quote
681+
basePath: /tmf-api/quote/v4
682+
679683
# redis caching
680684
redis:
681685
enabled: false
@@ -765,6 +769,9 @@ contract-management:
765769
rainbow:
766770
## URL for the Rainbow service
767771
url: http://rainbow:8080
772+
quote:
773+
## URL for the Rainbow service
774+
url: http://tm-forum-api:8080
768775

769776
# -- configuration for the did-helper, should only be used for demonstrational deployments, see https://github.com/wistefan/did-helper
770777
did:

0 commit comments

Comments
 (0)