We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b25b4ad + 03b50ba commit 0565cdbCopy full SHA for 0565cdb
2 files changed
charts/nextcloud/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: nextcloud
3
-version: 6.0.0
+version: 6.0.1
4
appVersion: 30.0.0
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/_helpers.tpl
@@ -301,7 +301,7 @@ S3 as primary object store env vars
301
- name: OBJECTSTORE_S3_SECRET
302
value: {{ .Values.nextcloud.objectStore.s3.secretKey | quote }}
303
{{- end }}
304
-{{- 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 }}
305
- name: OBJECTSTORE_S3_SSE_C_KEY
306
valueFrom:
307
secretKeyRef:
0 commit comments