4d29da99f6
* initial nextcloud PoC * add questions to set nextcloud default admin username and password * cleanup a bit * shuffle a bit * port recent changes it ix_values.yaml * fix port numbers * add readmeshizzle * fixup postgresql host * add initial redis code (disabled for now) * fixup comment * disable postgresql persistent during testing * spawn redis container * maybe admin shouldn't be used as a testname * set fsgroup to 33 * redis whoopsie * setup seperate redis secret * fixup redis host references to deal with masters and slaves * set redis to standalone * try without admin username and password being set * no use for standalone mode * append port to postgress * Simplify redis deployment and fix redis persistence * up redis version * longer startup probe * try port 80 * trigger test * add configmap for trusted host generation * add configmap * fix configmap * add cronjob * add more cronjob config to values.yaml * more end? * end tweeaks * cronjob cleanup * remove currently unused shizzle from cronjob
39 lines
980 B
YAML
39 lines
980 B
YAML
apiVersion: v2
|
|
appVersion: auto
|
|
dependencies:
|
|
- name: common
|
|
repository: https://truecharts.org/
|
|
version: 6.4.6
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 10.5.1
|
|
- name: redis
|
|
version: 14.6.3
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: redis.enabled
|
|
deprecated: false
|
|
description: A private cloud server that puts the control and security of your own data back into your hands.
|
|
home: https://nextcloud.com/
|
|
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png
|
|
keywords:
|
|
- nextcloud
|
|
- storage
|
|
- http
|
|
- web
|
|
- php
|
|
kubeVersion: '>=1.16.0-0'
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: truecharts.org
|
|
- email: kjeld@schouten-lebbing.nl
|
|
name: Ornias1993
|
|
url: truecharts.org
|
|
name: nextcloud
|
|
sources:
|
|
- https://github.com/nextcloud/docker
|
|
- https://github.com/nextcloud/helm
|
|
type: application
|
|
version: 1.0.0
|