Skip to content
Snippets Groups Projects
Chart.yaml 686 B
Newer Older
apiVersion: v2
name: nextcloud
description: A Helm chart for Nextcloud on Kubernetes

type: application

maintainers:
  - name: groundhog2k

# This is the chart version.
version: "0.17.2"

# This is the version number of the application being deployed.
appVersion: "29.0.2-apache"

dependencies:
  - name: mariadb
    version: "0.3.14"
    repository: "https://groundhog2k.github.io/helm-charts"
    condition: mariadb.enabled
  - name: postgres
    repository: "https://groundhog2k.github.io/helm-charts"
    condition: postgres.enabled
  - name: redis
    repository: "https://groundhog2k.github.io/helm-charts"
    condition: redis.enabled