helm icon indicating copy to clipboard operation
helm copied to clipboard

A community maintained helm chart for deploying Nextcloud on Kubernetes.

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

## Describe your Issue Using the official Helm chart I am able to configure Redis in standalone mode with the following values: values.yaml ```yaml values: image: repository: nextcloud pullPolicy: IfNotPresent...

help wanted
needs info
caching

Need to run a non-root container. I set the `securityContext` as following: ``` securityContext: runAsUser: 33 runAsGroup: 33 ``` Get the error: ``` Configuring Redis as session handler /entrypoint.sh: 56:...

securityContext
caching

Doing my best to dupe [helm/charts#22920](https://github.com/helm/charts/issues/22920) over to the new repo as I am experiencing this issue as well. I have refined the details a bit, as this issue appears...

documentation
Persistence
NFS

## Describe your Issue Hello everyone.. we are using Nextcloud helm chart to install nextcloud on k8s..an external postgresql is installed via Postgres-HA bitnami helm chart..and a user called nextcloud...

externalDatabase

i like to add a easy mechanis to setup and configure appplication. so i see the following new options in `values.yaml`: ```yaml nextcloud: appManagement: # -- if app not listed...

enhancement

# Pull Request ## Description of the change first chart-testing values (without `ServiceMonitor` will be solved in #523 ). ## Additional information ## Checklist - [x] DCO has been [signed...

# Pull Request ## Description of the change Here some value files for chart-testing. it enables "all" features of the helmchart to find bugs like in #522 ## Benefits it...

## Describe your Issue The current setup effectively requires several writable and persistent directories, both for writing configs via entrypoints as well as for managing nextcloud itself. Furthermore, by using...

# Pull Request ## Description of the change ## Benefits Easy Helm-Values management for nextcloud apps ## Possible drawbacks ## Applicable issues - fixes #466 ## Additional information ## Checklist...