https://github.com/nextcloud/helm
A community maintained helm chart for deploying Nextcloud on Kubernetes.
https://github.com/nextcloud/helm
helm nextcloud
Last synced: 9 days ago
JSON representation
A community maintained helm chart for deploying Nextcloud on Kubernetes.
- Host: GitHub
- URL: https://github.com/nextcloud/helm
- Owner: nextcloud
- License: agpl-3.0
- Created: 2020-08-26T09:54:50.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2026-05-29T19:31:52.000Z (15 days ago)
- Last Synced: 2026-05-31T12:04:04.787Z (13 days ago)
- Topics: helm, nextcloud
- Language: Go Template
- Homepage:
- Size: 1.04 MB
- Stars: 511
- Watchers: 8
- Forks: 306
- Open Issues: 164
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ccamel - nextcloud/helm - A community maintained helm chart for deploying Nextcloud on Kubernetes. (Go Template)
README
# Nextcloud Helm Charts
[Helm](https://helm.sh) repo for different charts related to Nextcloud which can be installed on [Kubernetes](https://kubernetes.io)
⚠️⚠️⚠️ This project is maintained by community volunteers and designed for expert use. For quick and easy deployment that supports the full set of Nextcloud Hub features, use the [Nextcloud All-in-One project](https://github.com/nextcloud/all-in-one#nextcloud-all-in-one) maintained by Nextcloud GmbH.
### Add Helm repository
To install the repo just run:
```bash
helm repo add nextcloud https://nextcloud.github.io/helm/
helm repo update
```
### Helm Charts
* [nextcloud](https://nextcloud.github.io/helm/)
```bash
helm install my-release nextcloud/nextcloud
```
For more information, please checkout the chart level [README.md](./charts/nextcloud/README.md).
### Support and Contribution
This helm chart is community maintained, and not supported by Nextcloud GmbH. Please also review the official [NextCloud Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/) and this repo's [contributing doc](./CONTRIBUTING.md) before contributing.
#### Questions and Discussions
[GitHub Discussion](https://github.com/nextcloud/helm/discussions)
#### Bugs and other Issues
If you have a bug to report or a feature to request, you can first search the [GitHub Issues](https://github.com/nextcloud/helm/issues), and if you can't find what you're looking for, feel free to open an issue.
#### Contributing to the Code
We're always happy to review a pull request :) Please just be sure to check the pull request template to make sure you fufill all the required checks, most importantly the [DCO](https://probot.github.io/apps/dco/).