Skip to content

Commit

Permalink
Merge pull request #676 from wagoid/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Dec 27, 2024
2 parents 8dd4da6 + ef95db3 commit 70403bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 6.5.1
version: 6.5.2
appVersion: 30.0.4
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ Here are all the values you can currently configure in this helm chart to config
| Parameter | Description | Default |
|-------------------------------------------------|-----------------------------------------------------------------------|-------------|
| `nextcloud.objectStore.s3.enabled` | enable configuring S3 as a primary object store | `false` |
| `nextcloud.objectStore.s3.accessKey` | accessKeyID for authing to S3, ignored if using existinSecret | `''` |
| `nextcloud.objectStore.s3.secretKey` | secretAccessKey for authing to S3, ignored if using existinSecret | `''` |
| `nextcloud.objectStore.s3.accessKey` | accessKeyID for authing to S3, ignored if using existingSecret | `''` |
| `nextcloud.objectStore.s3.secretKey` | secretAccessKey for authing to S3, ignored if using existingSecret | `''` |
| `nextcloud.objectStore.s3.legacyAuth` | use legacy authentication for S3 | `false` |
| `nextcloud.objectStore.s3.host` | endpoint URL to connect to. Only required if not using AWS | `''` |
| `nextcloud.objectStore.s3.ssl` | Use TLS connection when connecting to S3 | `true` |
Expand Down

0 comments on commit 70403bc

Please sign in to comment.