-
Göran Pöhner authoredGöran Pöhner authored
README.md 14.31 KiB
Nextcloud
Changelog
see RELEASENOTES.md
A Helm chart for Nextcloud on Kubernetes
TL;DR
helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
helm install my-release groundhog2k/nextcloud
Introduction
This chart uses the original Nextcloud from Docker to deploy Nextcloud in Kubernetes.
It fully supports deployment of the multi-architecture docker image.
Prerequisites
- Kubernetes 1.12+
- Helm 3.x
- PV provisioner support in the underlying infrastructure
Installing the Chart
To install the chart with the release name my-release
:
helm install my-release groundhog2k/nextcloud
Upgrading the Chart
To upgrade the chart or Nextcloud version with the release name my-release
:
helm upgrade my-release groundhog2k/nextcloud
Post-upgrade steps
After some Nextcloud version upgrades it's necessary to update database indicies of Nextcloud too. Therefor an post-upgrade step was prepared in this helm chart.