File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
charts/data-space-connector Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : data-space-connector
3
3
description : Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
4
4
type : application
5
- version : 7.3.3
5
+ version : 7.3.4
6
6
dependencies :
7
7
- name : postgresql
8
8
condition : postgresql.enabled
@@ -28,7 +28,7 @@ dependencies:
28
28
# authorization
29
29
- name : odrl-pap
30
30
condition : odrl-pap.enabled
31
- version : 0.0.22
31
+ version : 0.2.1
32
32
repository : https://fiware.github.io/helm-charts
33
33
- name : apisix
34
34
condition : apisix.enabled
Original file line number Diff line number Diff line change @@ -127,11 +127,6 @@ odrl-pap:
127
127
enabled : true
128
128
# -- allows to set a fixed name for the services
129
129
fullnameOverride : odrl-pap
130
- # -- configuration about the image to be used
131
- deployment :
132
- image :
133
- repository : quay.io/fiware/odrl-pap
134
- tag : 0.1.3
135
130
# -- connection to the database
136
131
database :
137
132
# -- url to connect the db at
Original file line number Diff line number Diff line change 25
25
<version .org.junit.bom>5.9.2</version .org.junit.bom>
26
26
<version .io.cucumber>7.11.1</version .io.cucumber>
27
27
<version .org.keycloak>24.0.4</version .org.keycloak>
28
- <version .org.openapitools.generator-maven-plugin>6.3 .0</version .org.openapitools.generator-maven-plugin>
28
+ <version .org.openapitools.generator-maven-plugin>7.9 .0</version .org.openapitools.generator-maven-plugin>
29
29
<version .io.swagger>1.6.10</version .io.swagger>
30
30
<version .javax.annotation>1.3.2</version .javax.annotation>
31
31
<version .com.squareup.okhttp>2.7.5</version .com.squareup.okhttp>
You can’t perform that action at this time.
0 commit comments