Skip to content

Commit 70403bc

Browse files
Merge pull request #676 from wagoid/patch-1
2 parents 8dd4da6 + ef95db3 commit 70403bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.5.1
3+
version: 6.5.2
44
appVersion: 30.0.4
55
description: A file sharing server that puts the control and security of your own data back into your hands.
66
keywords:

charts/nextcloud/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ Here are all the values you can currently configure in this helm chart to config
320320
| Parameter | Description | Default |
321321
|-------------------------------------------------|-----------------------------------------------------------------------|-------------|
322322
| `nextcloud.objectStore.s3.enabled` | enable configuring S3 as a primary object store | `false` |
323-
| `nextcloud.objectStore.s3.accessKey` | accessKeyID for authing to S3, ignored if using existinSecret | `''` |
324-
| `nextcloud.objectStore.s3.secretKey` | secretAccessKey for authing to S3, ignored if using existinSecret | `''` |
323+
| `nextcloud.objectStore.s3.accessKey` | accessKeyID for authing to S3, ignored if using existingSecret | `''` |
324+
| `nextcloud.objectStore.s3.secretKey` | secretAccessKey for authing to S3, ignored if using existingSecret | `''` |
325325
| `nextcloud.objectStore.s3.legacyAuth` | use legacy authentication for S3 | `false` |
326326
| `nextcloud.objectStore.s3.host` | endpoint URL to connect to. Only required if not using AWS | `''` |
327327
| `nextcloud.objectStore.s3.ssl` | Use TLS connection when connecting to S3 | `true` |

0 commit comments

Comments
 (0)