diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index c4f004aa..835b1e70 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 6.0.0 +version: 6.0.1 appVersion: 30.0.0 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/_helpers.tpl b/charts/nextcloud/templates/_helpers.tpl index b0bf7355..f5dcf744 100644 --- a/charts/nextcloud/templates/_helpers.tpl +++ b/charts/nextcloud/templates/_helpers.tpl @@ -301,7 +301,7 @@ S3 as primary object store env vars - name: OBJECTSTORE_S3_SECRET value: {{ .Values.nextcloud.objectStore.s3.secretKey | quote }} {{- end }} -{{- if and .Values.nextcloud.objectStore.s3.existingSecret .Values.nextcloud.objectStore.s3.secretKeys.bucket }} +{{- if and .Values.nextcloud.objectStore.s3.existingSecret .Values.nextcloud.objectStore.s3.secretKeys.sse_c_key }} - name: OBJECTSTORE_S3_SSE_C_KEY valueFrom: secretKeyRef: