Skip to content

Commit 6c05f97

Browse files
fix-invalid-scope-issue (#413)
* fix-invalid-scope-issue * Update helm documentation * Update helm documentation --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 955afe7 commit 6c05f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/vcverifier/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: vcverifier
3-
version: 4.3.0
3+
version: 4.3.2
44
appVersion: 6.1.1
55
home: https://github.com/fiware/vcverifier
66
description: A Helm chart for running the FIWARE VCVerifier.

charts/vcverifier/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deployment:
3434
# -- image name
3535
repository: quay.io/fiware/vcverifier
3636
# -- tag of the image to be used
37-
tag: 6.3.1
37+
tag: 6.3.2
3838
# -- specification of the image pull policy
3939
pullPolicy: IfNotPresent
4040
# -- port to run the container at

0 commit comments

Comments
 (0)