Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit b4992e1

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 45943be + 224a8ba commit b4992e1

File tree

2 files changed

+35
-37
lines changed

2 files changed

+35
-37
lines changed

charts/nextcloud/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 6.6.4
3+
version: 6.6.6
44
# renovate: image=docker.io/library/nextcloud
5-
appVersion: 30.0.5
5+
appVersion: 30.0.6
66
description: A file sharing server that puts the control and security of your own data back into your hands.
77
keywords:
88
- nextcloud

charts/nextcloud/README.md

Lines changed: 33 additions & 35 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

@@ -504,25 +502,25 @@ The nextcloud deployment includes a series of different probes you can use to de
504502

505503
This section provides options to enable and configure the Collabora Online server within your deployment. Please ensure to review the [Collabora Online Helm chart documentation](https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm/collabora-online) for additional details and recommended values.
506504

507-
| Parameter | Description | Default |
508-
|----------------------------------------|----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
509-
| `collabora.enabled` | Enable or disable the Collabora Online integration | `false` |
510-
| `collabora.autoscaling.enabled` | Enable or disable autoscaling for the Collabora Online pods | `false` |
511-
| `collabora.collabora.aliasgroups` | List of HTTPS nextcloud domains if Collabora is behind a reverse proxy | `[]` |
512-
| `collabora.collabora.extra_params` | Additional parameters for the Collabora Online service | `"--o:ssl.enabled=false"` |
513-
| `collabora.collabora.server_name` | Specify the server name when the hostname is not directly reachable (e.g., behind a reverse proxy) | `null` |
514-
| `collabora.existingSecret.enabled` | Enable using existing secret for admin login credentials | `false` |
515-
| `collabora.existingSecret.secretName` | Name of the existing secret containing admin login credentials | `""` |
516-
| `collabora.existingSecret.usernameKey` | Key in the secret for the admin username | `"username"` |
517-
| `collabora.existingSecret.passwordKey` | Key in the secret for the admin password | `"password"` |
518-
| `collabora.collabora.username` | Admin username for Collabora Online | `admin` |
519-
| `collabora.collabora.password` | Admin password for Collabora Online | `examplepass` |
520-
| `collabora.ingress.enabled` | Enable or disable ingress for Collabora Online | `false` |
521-
| `collabora.ingress.className` | Class name for the ingress controller | `""` |
522-
| `collabora.ingress.annotations` | Annotations for the ingress resource | `{}` |
523-
| `collabora.ingress.hosts` | List of hosts for the Collabora ingress | `[{"host": "chart-example.local", "paths": [{"path": "/", "pathType": "ImplementationSpecific"}]}]` |
524-
| `collabora.ingress.tls` | TLS configuration for the Collabora ingress | `[]` |
525-
| `collabora.resources` | Resource requests and limits for the Collabora Online pods | `{}` |
505+
| Parameter | Description | Default |
506+
|--------------------------------------------------|----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
507+
| `collabora.enabled` | Enable or disable the Collabora Online integration | `false` |
508+
| `collabora.autoscaling.enabled` | Enable or disable autoscaling for the Collabora Online pods | `false` |
509+
| `collabora.collabora.aliasgroups` | List of HTTPS nextcloud domains if Collabora is behind a reverse proxy | `[]` |
510+
| `collabora.collabora.extra_params` | Additional parameters for the Collabora Online service | `"--o:ssl.enabled=false"` |
511+
| `collabora.collabora.server_name` | Specify the server name when the hostname is not directly reachable (e.g., behind a reverse proxy) | `null` |
512+
| `collabora.collabora.existingSecret.enabled` | Enable using existing secret for admin login credentials | `false` |
513+
| `collabora.collabora.existingSecret.secretName` | Name of the existing secret containing admin login credentials | `""` |
514+
| `collabora.collabora.existingSecret.usernameKey` | Key in the secret for the admin username | `"username"` |
515+
| `collabora.collabora.existingSecret.passwordKey` | Key in the secret for the admin password | `"password"` |
516+
| `collabora.collabora.username` | Admin username for Collabora Online | `admin` |
517+
| `collabora.collabora.password` | Admin password for Collabora Online | `examplepass` |
518+
| `collabora.ingress.enabled` | Enable or disable ingress for Collabora Online | `false` |
519+
| `collabora.ingress.className` | Class name for the ingress controller | `""` |
520+
| `collabora.ingress.annotations` | Annotations for the ingress resource | `{}` |
521+
| `collabora.ingress.hosts` | List of hosts for the Collabora ingress | `[{"host": "chart-example.local", "paths": [{"path": "/", "pathType": "ImplementationSpecific"}]}]` |
522+
| `collabora.ingress.tls` | TLS configuration for the Collabora ingress | `[]` |
523+
| `collabora.resources` | Resource requests and limits for the Collabora Online pods | `{}` |
526524
> **Note**:
527525
>
528526
> You may need to uncomment `collabora.collabora.aliasgroups` and `collabora.collabora.extra_params`, depending on your setup. You may also need to set `collabora.collabora.server_name`. If left empty, it's derived from the request, so please set it if it doesn't work.

0 commit comments

Comments
 (0)