diff --git a/mviewer/Chart.yaml b/mviewer/Chart.yaml index 1fea71f..08f550a 100644 --- a/mviewer/Chart.yaml +++ b/mviewer/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: mviewer description: A Helm chart to deploy the mviewer stack type: application -version: 0.2.3 +version: 0.2.4 appVersion: "3.9" maintainers: - name: geOrchestra diff --git a/mviewer/templates/mviewer-deployment.yaml b/mviewer/templates/mviewer-deployment.yaml index 8fea306..7266a9e 100644 --- a/mviewer/templates/mviewer-deployment.yaml +++ b/mviewer/templates/mviewer-deployment.yaml @@ -64,7 +64,7 @@ spec: mountPath: /usr/share/nginx/html/apps {{- else if .Values.mviewer.extraVolumeMounts }} volumeMounts: - {{- .Values.mviewer.extraVolumeMounts | toYaml | nindent 6 }} + {{- .Values.mviewer.extraVolumeMounts | toYaml | nindent 10 }} {{- end }} {{- if .Values.mviewer.configuration.git.url }} volumes: diff --git a/mviewer/templates/mviewerstudio-deployment.yaml b/mviewer/templates/mviewerstudio-deployment.yaml index 7a2bf3a..8e125ef 100644 --- a/mviewer/templates/mviewerstudio-deployment.yaml +++ b/mviewer/templates/mviewerstudio-deployment.yaml @@ -56,7 +56,7 @@ spec: {{- end }} {{- if .Values.mviewerstudio.extraVolumeMounts }} volumeMounts: - {{- .Values.mviewerstudio.extraVolumeMounts | toYaml | nindent 6 }} + {{- .Values.mviewerstudio.extraVolumeMounts | toYaml | nindent 10 }} {{- end }} {{- if .Values.mviewerstudio.extraVolumes }} volumes: