Skip to content

Commit 8af90e9

Browse files
committed
Fix inccorect Default column in persistence values table
Fixes #695 Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
1 parent d41ad16 commit 8af90e9

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
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.6.4
3+
version: 6.6.5
44
# renovate: image=docker.io/library/nextcloud
55
appVersion: 30.0.6
66
description: A file sharing server that puts the control and security of your own data back into your hands.

charts/nextcloud/README.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -359,22 +359,20 @@ The [Nextcloud](https://hub.docker.com/_/nextcloud/) image stores the nextcloud
359359
Persistent Volume Claims are used to keep the data across deployments. This is known to work with GKE, EKS, K3s, and minikube.
360360
Nextcloud will *not* delete the PVCs when uninstalling the helm chart.
361361

362-
363-
| Parameter | Description | Default |
364-
|-------------------------------------------|------------------------------------------------------|---------------------------------------------|
365-
| `persistence.enabled` | Enable persistence using PVC | `false` |
366-
| `persistence.annotations` | PVC annotations | `{}` |
367-
| `persistence.storageClass` | PVC Storage Class for nextcloud volume | `nil` (uses alpha storage class annotation) |
368-
| `persistence.existingClaim` | An Existing PVC name for nextcloud volume | `nil` (uses alpha storage class annotation) |
369-
| `persistence.accessMode` | PVC Access Mode for nextcloud volume | `ReadWriteOnce` |
370-
| `persistence.size` | PVC Storage Request for nextcloud volume | `8Gi` |
371-
| `persistence.nextcloudData.enabled` | Create a second PVC for the data folder in nextcloud | `false` |
372-
| `persistence.nextcloudData.annotations` | see `persistence.annotations` | `{}` |
373-
| `persistence.nextcloudData.storageClass` | see `persistence.storageClass` | `nil` (uses alpha storage class annotation) |
374-
| `persistence.nextcloudData.existingClaim` | see `persistence.existingClaim` | `nil` (uses alpha storage class annotation) |
375-
| `persistence.nextcloudData.accessMode` | see `persistence.accessMode` | `ReadWriteOnce` |
376-
| `persistence.nextcloudData.size` | see `persistence.size` | `8Gi` |
377-
362+
| Parameter | Description | Default |
363+
| ----------------------------------------- | ---------------------------------------------------- | --------------- |
364+
| `persistence.enabled` | Enable persistence using PVC | `false` |
365+
| `persistence.annotations` | PVC annotations | `{}` |
366+
| `persistence.storageClass` | PVC Storage Class for nextcloud volume | `nil` |
367+
| `persistence.existingClaim` | An Existing PVC name for nextcloud volume | `nil` |
368+
| `persistence.accessMode` | PVC Access Mode for nextcloud volume | `ReadWriteOnce` |
369+
| `persistence.size` | PVC Storage Request for nextcloud volume | `8Gi` |
370+
| `persistence.nextcloudData.enabled` | Create a second PVC for the data folder in nextcloud | `false` |
371+
| `persistence.nextcloudData.annotations` | see `persistence.annotations` | `{}` |
372+
| `persistence.nextcloudData.storageClass` | see `persistence.storageClass` | `nil` |
373+
| `persistence.nextcloudData.existingClaim` | see `persistence.existingClaim` | `nil` |
374+
| `persistence.nextcloudData.accessMode` | see `persistence.accessMode` | `ReadWriteOnce` |
375+
| `persistence.nextcloudData.size` | see `persistence.size` | `8Gi` |
378376

379377
### Metrics Configurations
380378

0 commit comments

Comments
 (0)