nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
334 stars 269 forks source link

Feature: Add Collabora as a subchart #611 #623

Open kriegalex opened 3 months ago

kriegalex commented 3 months ago

Description of the change

Benefits

Possible drawbacks

Applicable issues

Additional information

Tested on my local kubernetes cluster with a HTTPS nginx ingress. Nextcloud can communicate with Collabora. Not tested with HAProxy (though it is only a change in annotations specific to HAProxy).

Checklist

jessebot commented 2 months ago

Oh, awesome! Thanks, @kriegalex for this PR!

Right now the workflow is failing: https://github.com/nextcloud/helm/actions/runs/10956242340/job/30421859233?pr=623#step:7:16

You can fix this by adding the helm repo for collabora to this section of the workflow file, similar to how we do for bitnami: https://github.com/nextcloud/helm/blob/b25b4ad50bb46bb61947f9c35260f681d4706885/.github/workflows/lint-test.yaml#L39-L41

kriegalex commented 1 month ago

Thanks for the change on lint tests. I'm still learning k8s, didn't think of that.