Skip to content

Commit

Permalink
Merge pull request #347 from nextcloud/fix/duplicate-extravolumemounts
Browse files Browse the repository at this point in the history
Fix/duplicate extravolumemounts
  • Loading branch information
tvories authored Feb 10, 2023
2 parents d629055 + bf43713 commit 0c62c6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 3.4.6
version: 3.4.7
appVersion: 25.0.3
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
3 changes: 0 additions & 3 deletions charts/nextcloud/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,4 @@ Create volume mounts for the nextcloud container as well as the cron sidecar con
mountPath: {{ $nginxEnabled | ternary (printf "/usr/local/etc/php-fpm.d/%s" $key | quote) (printf "/usr/local/etc/php/conf.d/%s" $key | quote) }}
subPath: {{ $key }}
{{- end }}
{{- if .Values.nextcloud.extraVolumeMounts }}
{{ toYaml .Values.nextcloud.extraVolumeMounts }}
{{- end -}}
{{- end -}}

0 comments on commit 0c62c6b

Please sign in to comment.