File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11dependencies:
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"
Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ apiVersion: v2
22name : vc-authentication
33description : Umbrella Chart for the FIWARE vc-authentication, combining all essential parts to be used by a participant.
44type : application
5- version : 1.1.1
5+ version : 1.1.2
66dependencies :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments