helm icon indicating copy to clipboard operation
helm copied to clipboard

A community maintained helm chart for deploying Nextcloud on Kubernetes.

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

## Description of the change We should have a test that enables metrics in ci. ## Benefits This would make it so that when users change functionality about the metrics...

enhancement
CI/CD
metrics

Hi, I use the official helm chart to deploy nextcloud on our internal kubernetes instance. The container went unhealthy every time. I disabled the probes. The container is marked as...

At the moment it is not really possible to use nextcloud.persistence.subPath because it is not clear what can be entered. It would be good if an example could be given...

documentation
Persistence

Nextcloud version _(eg, 12.0.2)_: 16.0.4 Operating system and version _(eg, Ubuntu 17.04)_: Kubernetes / Docker Apache or nginx version _(eg, Apache 2.4.25)_: Docker Image nextcloud:16.0.4-apache PHP version _(eg, 7.1)_: Docker...

Persistence
S3

@kabakaev had a good suggestion about linting the rendered yaml during the testing actions. - [ ] The github actions should perform a lint test on the rendered helm templates.

enhancement

After installing nextcloud-helm from scratch, I get the following error: ```console $ nextcloud git:(main) ✗ kubectl -n nextcloud logs pod/cloud-kerick-net-redis-master-0 redis 12:40:19.46 INFO ==> ** Starting Redis ** 1:C 12...

1. to develop
documentation
good first issue
caching

In the deployment template, here: https://github.com/nextcloud/helm/blob/master/charts/nextcloud/templates/deployment.yaml#L274 The commands are using %s-mariadb or %s-postgresql. Why not use the variable `${MYSQL_HOST}` and `${POSTGRESQL_HOST}` ? I tried a deployment with a primary/secondary MariaDB...

1. to develop
externalDatabase

## Description of the change I'd like to add an isolated redis test to our CI to ensure this chart works properly with redis. It would go somewhere in here:...

enhancement
CI/CD
caching

The template 'deployment.yaml' provides the possibility to specify resources for 'containers' as follows: ``` resources: {{ toYaml .Values.resources | indent 10 }} ``` The resources specification is missing for the...

1. to develop
enhancement
good first issue

Hi there, I've setup PVC using "ReadWriteMany" accessMode for the nextcloud data directory over NFS. The NFS share is exposed by TrueNas and using democratic-csi driver for k8s: https://jonathangazeley.com/2021/01/05/using-truenas-to-provide-persistent-storage-for-kubernetes/ It...

NFS
hpa