helm
helm copied to clipboard
A community maintained helm chart for deploying Nextcloud on Kubernetes.
Unable to configure Redis Sentinel or Redis Cluster with official Helm, standalone Redis works fine
## 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...
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:...
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...
Signed-off-by: Patrick Michel
## 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...
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...
# 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...