We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a303a5f commit 533049dCopy full SHA for 533049d
2 files changed
charts/nextcloud/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: nextcloud
3
-version: 4.5.1
+version: 4.5.2
4
appVersion: 27.1.3
5
description: A file sharing server that puts the control and security of your own data back into your hands.
6
keywords:
charts/nextcloud/templates/config.yaml
@@ -11,7 +11,7 @@ metadata:
11
data:
12
{{- range $key, $value := .Values.nextcloud.configs }}
13
{{ $key }}: |-
14
- {{ $value | nindent 4 }}
+ {{- $value | nindent 4 }}
15
{{- end }}
16
{{- if .Values.nextcloud.defaultConfigs }}
17
{{- if index .Values.nextcloud.defaultConfigs ".htaccess" }}
0 commit comments