Skip to content

Commit 6681b4a

Browse files
authored
Merge 160dd53 into 4412a32
2 parents 4412a32 + 160dd53 commit 6681b4a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
dependencies:
22
- name: vcverifier
33
repository: https://fiware.github.io/helm-charts
4-
version: 4.3.2
4+
version: 4.7.3
55
- name: credentials-config-service
66
repository: https://fiware.github.io/helm-charts
7-
version: 2.4.4
7+
version: 2.5.2
88
- name: trusted-issuers-list
99
repository: https://fiware.github.io/helm-charts
10-
version: 0.10.8
10+
version: 0.16.0
1111
- name: dss-validation-service
1212
repository: https://fiware.github.io/helm-charts
1313
version: 0.0.18
1414
- name: postgres-operator
1515
repository: https://opensource.zalando.com/postgres-operator/charts/postgres-operator
1616
version: 1.15.1
17-
digest: sha256:765e3c831137d65c0e796f6f7b38540e9d7cf99ef1d5c59c3a3d876b8739825d
18-
generated: "2026-02-26T14:25:25.025513+01:00"
17+
digest: sha256:1f04b51814be3eb20c232753004574b2468bc591b1f9dbc97bfe204701d9daed
18+
generated: "2026-03-05T16:58:03.846901+01:00"

charts/vc-authentication/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ apiVersion: v2
22
name: vc-authentication
33
description: Umbrella Chart for the FIWARE vc-authentication, combining all essential parts to be used by a participant.
44
type: application
5-
version: 1.1.1
5+
version: 1.1.2
66
dependencies:
77
- name: vcverifier
88
condition: vcverifier.enabled
9-
version: 4.3.2
9+
version: 4.7.3
1010
repository: https://fiware.github.io/helm-charts
1111
- name: credentials-config-service
1212
condition: credentials-config-service.enabled
13-
version: 2.4.4
13+
version: 2.5.2
1414
repository: https://fiware.github.io/helm-charts
1515
- name: trusted-issuers-list
1616
condition: trusted-issuers-list.enabled
17-
version: 0.10.8
17+
version: 0.16.0
1818
repository: https://fiware.github.io/helm-charts
1919
- name: dss-validation-service
2020
alias: dss

deploy/values/vc-authentication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ vcverifier:
5959
- -c
6060
- |
6161
#!/bin/sh
62-
cp /etc/ssl/cert.pem /root-ca/cert.pdata.typeem
62+
cp /etc/ssl/cert.pem /root-ca/cert.pem
6363
cat /root-ca/cacert.pem >> /root-ca/cert.pem
6464
volumeMounts:
6565
- name: root-ca

0 commit comments

Comments
 (0)