This is a minimal helm chart for cozy.
As a pre-req, you will need to install couchDB. Please view the values.yaml before installing to make sure you don't need to change any default values. There are also some docs generated from the values.yaml in the chart's README.
helm repo add cozy https://small-hack.github.io/cozy-helm-chart
helm install cozy/cozy cozy --values values.yaml
We're using a custom docker image sourced from jessebot/cozy-stack and pushed to docker.io/jessebot/cozy-stack.
The official production docker image is sourced from cozy/cozy-stack and pushed to docker.io/cozy/cozy-stack, but it cannot run as non-root.
Archived due to lack of security features upstream. Please checkout nextcloud/helm instead.