diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 0a55845f..26b03113 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 4.5.1 +version: 4.5.2 appVersion: 27.1.3 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/charts/nextcloud/templates/config.yaml b/charts/nextcloud/templates/config.yaml index 6976741a..a6a7cb4c 100644 --- a/charts/nextcloud/templates/config.yaml +++ b/charts/nextcloud/templates/config.yaml @@ -11,7 +11,7 @@ metadata: data: {{- range $key, $value := .Values.nextcloud.configs }} {{ $key }}: |- - {{ $value | nindent 4 }} + {{- $value | nindent 4 }} {{- end }} {{- if .Values.nextcloud.defaultConfigs }} {{- if index .Values.nextcloud.defaultConfigs ".htaccess" }} diff --git a/charts/nextcloud/templates/deployment.yaml b/charts/nextcloud/templates/deployment.yaml index 5b44e8bc..af7704a7 100644 --- a/charts/nextcloud/templates/deployment.yaml +++ b/charts/nextcloud/templates/deployment.yaml @@ -35,7 +35,7 @@ spec: {{ template "nextcloud.redis.fullname" . }}-client: "true" {{- end }} {{- with .Values.podLabels }} - {{- toYaml .Values.podLabels | nindent 8 }} + {{- toYaml . | nindent 8 }} {{- end }} annotations: nextcloud-config-hash: {{ print (toJson .Values.nextcloud.defaultConfigs) "-" (toJson .Values.nextcloud.configs) | sha256sum }} @@ -350,7 +350,7 @@ spec: name: {{ template "nextcloud.fullname" . }}-nginxconfig {{- end }} {{- with .Values.nextcloud.extraVolumes }} - {{- toYaml . | nindent 6 }} + {{- toYaml . | nindent 8 }} {{- end }} securityContext: {{- with .Values.securityContext }}