Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Bump fiware/vcverifier from 2.5.0 to 4.0.0 in /applications/verifier (#…
Browse files Browse the repository at this point in the history
…55)

* Bump fiware/vcverifier from 2.5.0 to 4.0.0 in /applications/verifier

Bumps fiware/vcverifier from 2.5.0 to 4.0.0.

---
updated-dependencies:
- dependency-name: fiware/vcverifier
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Adapt config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dennis Wendland <[email protected]>
  • Loading branch information
dependabot[bot] and dwendland authored Mar 21, 2024
1 parent 53975a9 commit 4228d6a
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 4 deletions.
6 changes: 3 additions & 3 deletions applications/verifier/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: verifier
description: Chart holder for argo-cd

type: application
version: 1.0.9
appVersion: "2.0.3"
version: 1.0.22
appVersion: "4.0.0"

dependencies:
- name: vcverifier
version: 1.0.9
version: 1.0.22
repository: https://i4trust.github.io/helm-charts
11 changes: 10 additions & 1 deletion applications/verifier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vcverifier:
# Image
image:
repository: quay.io/fiware/vcverifier
tag: 2.5.0
tag: 4.0.0
pullPolicy: Always

# Logging
Expand All @@ -14,6 +14,11 @@ vcverifier:
pathsToSkip:
- "/health"

# Server config
#server:
# # Place external host here when publishing verifier with public URL
# host: https://verifier.my-url.com

# Walt-id config
ssikit:
auditorUrl: http://vcwaltid:7003
Expand All @@ -25,6 +30,10 @@ vcverifier:
# DID of organisation
did: did:web:my-did:did

# M2M config
m2m:
authEnabled: false

# Config service
configRepo:
configEndpoint: http://ccs-credentials-config-service:8080/
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,11 @@ verifier:
pathsToSkip:
- "/health"

# Server config
server:
# Place external host here when publishing verifier with public URL
host: https://ips-verifier.dsba.aws.fiware.io

# Walt-id config
ssikit:
auditorUrl: http://ips-dsc-vcwaltid:7003
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,11 @@ verifier:
pathsToSkip:
- "/health"

# Server config
server:
# Place external host here when publishing verifier with public URL
host: https://ips-verifier.dsba.aws.fiware.io

# Walt-id config
ssikit:
auditorUrl: http://ips-dsc-vcwaltid:7003
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,11 @@ verifier:
pathsToSkip:
- "/health"

# Server config
server:
# Place external host here when publishing verifier with public URL
host: https://ips-verifier.dsba.aws.fiware.io

# Walt-id config
ssikit:
auditorUrl: http://ips-dsc-vcwaltid:7003
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,11 @@ verifier:
pathsToSkip:
- "/health"

# Server config
server:
# Place external host here when publishing verifier with public URL
host: https://ips-verifier.dsba.aws.fiware.io

# Walt-id config
ssikit:
auditorUrl: http://ips-dsc-vcwaltid:7003
Expand Down
5 changes: 5 additions & 0 deletions examples/service-provider-ips/values-dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,11 @@ verifier:
pathsToSkip:
- "/health"

# Server config
server:
# Place external host here when publishing verifier with public URL
host: https://ips-verifier.dsba.aws.fiware.io

# Walt-id config
ssikit:
auditorUrl: http://ips-dsc-vcwaltid:7003
Expand Down

0 comments on commit 4228d6a

Please sign in to comment.