diff --git a/charts/vcverifier/Chart.yaml b/charts/vcverifier/Chart.yaml index f122311..49cca76 100644 --- a/charts/vcverifier/Chart.yaml +++ b/charts/vcverifier/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: vcverifier -version: 1.0.12 +version: 1.0.13 appVersion: 2.0.1 home: https://github.com/fiware/vcverifier description: A Helm chart for running the i4Trust DSBA VCVerifier. diff --git a/charts/vcverifier/README.md b/charts/vcverifier/README.md index d420a75..dc4d637 100644 --- a/charts/vcverifier/README.md +++ b/charts/vcverifier/README.md @@ -1,6 +1,6 @@ # vcverifier -![Version: 1.0.12](https://img.shields.io/badge/Version-1.0.12-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square) +![Version: 1.0.13](https://img.shields.io/badge/Version-1.0.13-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square) A Helm chart for running the i4Trust DSBA VCVerifier. diff --git a/charts/vcverifier/templates/deployment.yaml b/charts/vcverifier/templates/deployment.yaml index aa6724f..52c4b26 100644 --- a/charts/vcverifier/templates/deployment.yaml +++ b/charts/vcverifier/templates/deployment.yaml @@ -77,6 +77,11 @@ spec: - mountPath: /templates/ name: template-volume {{- end }} + {{- if .Values.deployment.additionalVolumeMounts }} + {{- with .Values.deployment.additionalVolumeMounts }} + {{- toYaml . | nindent 12 }} + {{- end }} + {{- end }} volumes: - name: config-volume configMap: @@ -102,4 +107,4 @@ spec: {{- with .Values.deployment.tolerations }} tolerations: {{- toYaml . | nindent 8 }} - {{- end }} \ No newline at end of file + {{- end }}