File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : nextcloud
3
- version : 6.5.1
3
+ version : 6.5.2
4
4
appVersion : 30.0.4
5
5
description : A file sharing server that puts the control and security of your own data back into your hands.
6
6
keywords :
Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ Here are all the values you can currently configure in this helm chart to config
320
320
| Parameter | Description | Default |
321
321
|-------------------------------------------------|-----------------------------------------------------------------------|-------------|
322
322
| `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 | `''` |
325
325
| `nextcloud.objectStore.s3.legacyAuth` | use legacy authentication for S3 | `false` |
326
326
| `nextcloud.objectStore.s3.host` | endpoint URL to connect to. Only required if not using AWS | `''` |
327
327
| `nextcloud.objectStore.s3.ssl` | Use TLS connection when connecting to S3 | `true` |
You can’t perform that action at this time.
0 commit comments