Skip to content

Commit

Permalink
update the compnents
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Feb 10, 2025
1 parent 7323dd7 commit c43f34a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ vcverifier:
m2m:
# -- we do not need authentication here
authEnabled: false
deployment:
image:
tag: 4.6.0-pre-49

# -- configuration for the digital-signature.service to be deployed as part of the connector in case of did:elsi support
dss:
Expand All @@ -85,6 +88,10 @@ dss:

# -- configuration for the credentials-config-service to be deployed as part of the connector, see https://github.com/FIWARE/helm-charts/tree/main/charts/credentials-config-service for all options
credentials-config-service:
deployment:
image:
tag: 2.0.0-PRE-8

# -- should it be enabled? set to false if one outside the chart is used.
enabled: true
# -- allows to set a fixed name for the services
Expand Down Expand Up @@ -721,3 +728,7 @@ dataSpaceConfig:

# -- Supported authentication protocols (e.g.: oid4vp)
authenticationProtocols: []


didJson:
enabled: false

0 comments on commit c43f34a

Please sign in to comment.