helm icon indicating copy to clipboard operation
helm copied to clipboard

A community maintained helm chart for deploying Nextcloud on Kubernetes.

Results 100 helm issues
Sort by recently updated
recently updated
newest added

# Pull Request ## Description of the change Added Redis persistent volume settings to values and the readme. This is only to make users aware of how to change these...

# Pull Request ## Description of the change Adding Service Type Annotations ## Benefits Adding Service Type Annotations ## Possible drawbacks None ## Applicable issues - fixes https://github.com/nextcloud/helm/issues/185 ## Additional...

# Pull Request ## Description of the change Add the `nginx.extraEnv` parameter allowing to pass environment variables to the Nginx container. ## Benefits This is for example useful to set...

## Describe your Issue When running this chart with nginx enabled, URIs without an ending "/" will cause nginx to redirect with a 301 to "http" instead of "https" (this...

# Pull Request ## Description of the change Add a container for client_push app. It allows websocket-connections for updates instead of polling. See [notify_push](https://github.com/nextcloud/notify_push) ## Benefits * notify_push is usable...

## Describe your Issue I can't seem to get my calendar and contacts synced on Android (but I also tried on my m1 macbook running macOS 13.4.1). This has never...

Ingress Related

**Describe the bug** After applying the helm chart I see the following error in the logs: ```console $ kubectl logs -n nextcloud nextcloud-7bd4647bbf-kc4wp -f AH00558: apache2: Could not reliably determine...

help wanted

## Describe your Issue https://github.com/nextcloud/helm/blob/3b7b2f24ca5c8da56b4ad29b80e66ded4a6da69a/charts/nextcloud/templates/deployment.yaml#L276 https://github.com/nextcloud/helm/blob/3b7b2f24ca5c8da56b4ad29b80e66ded4a6da69a/charts/nextcloud/templates/deployment.yaml#L299 ```yaml {{- if or .Values.nextcloud.extraInitContainers .Values.mariadb.enabled .Values.postgresql.enabled .Values.externalDatabase }} .... {{- if .or Values.mariadb.enabled (eq .Values.externalDatabase.type "mysql") }} .... {{- else if or .Values.postgresql.enabled...

good first issue
externalDatabase

`templates/service.yaml` ```yaml apiVersion: v1 kind: Service metadata: name: {{ template "nextcloud.fullname" . }} labels: app.kubernetes.io/name: {{ include "nextcloud.name" . }} helm.sh/chart: {{ include "nextcloud.chart" . }} app.kubernetes.io/instance: {{ .Release.Name }}...

good first issue

## Describe your Issue i did a fresh install of next cloud from helm repo after when i create a new use and it seems to goes the thinstall and...