Skip to content

Commit

Permalink
Merge pull request #21 from FIWARE/fix-local-deploy
Browse files Browse the repository at this point in the history
update odrl pap
  • Loading branch information
wistefan authored Oct 15, 2024
2 parents 74e5315 + d8a4af9 commit a5b3f84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/data-space-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: data-space-connector
description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
type: application
version: 7.3.3
version: 7.3.4
dependencies:
- name: postgresql
condition: postgresql.enabled
Expand All @@ -28,7 +28,7 @@ dependencies:
# authorization
- name: odrl-pap
condition: odrl-pap.enabled
version: 0.0.22
version: 0.2.1
repository: https://fiware.github.io/helm-charts
- name: apisix
condition: apisix.enabled
Expand Down
5 changes: 0 additions & 5 deletions charts/data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ odrl-pap:
enabled: true
# -- allows to set a fixed name for the services
fullnameOverride: odrl-pap
# -- configuration about the image to be used
deployment:
image:
repository: quay.io/fiware/odrl-pap
tag: 0.1.3
# -- connection to the database
database:
# -- url to connect the db at
Expand Down
2 changes: 1 addition & 1 deletion it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version.org.junit.bom>5.9.2</version.org.junit.bom>
<version.io.cucumber>7.11.1</version.io.cucumber>
<version.org.keycloak>24.0.4</version.org.keycloak>
<version.org.openapitools.generator-maven-plugin>6.3.0</version.org.openapitools.generator-maven-plugin>
<version.org.openapitools.generator-maven-plugin>7.9.0</version.org.openapitools.generator-maven-plugin>
<version.io.swagger>1.6.10</version.io.swagger>
<version.javax.annotation>1.3.2</version.javax.annotation>
<version.com.squareup.okhttp>2.7.5</version.com.squareup.okhttp>
Expand Down

0 comments on commit a5b3f84

Please sign in to comment.