Skip to content

Commit 0565cdb

Browse files
Merge pull request #631 from jessebot/fix/s3-sse-typo
2 parents b25b4ad + 03b50ba commit 0565cdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 6.0.0
3+
version: 6.0.1
44
appVersion: 30.0.0
55
description: A file sharing server that puts the control and security of your own data back into your hands.
66
keywords:

charts/nextcloud/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ S3 as primary object store env vars
301301
- name: OBJECTSTORE_S3_SECRET
302302
value: {{ .Values.nextcloud.objectStore.s3.secretKey | quote }}
303303
{{- end }}
304-
{{- if and .Values.nextcloud.objectStore.s3.existingSecret .Values.nextcloud.objectStore.s3.secretKeys.bucket }}
304+
{{- if and .Values.nextcloud.objectStore.s3.existingSecret .Values.nextcloud.objectStore.s3.secretKeys.sse_c_key }}
305305
- name: OBJECTSTORE_S3_SSE_C_KEY
306306
valueFrom:
307307
secretKeyRef:

0 commit comments

Comments
 (0)