mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
* [stable/nextcloud] Allow to inject custom php configuration files Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Add annotations and labels on PVC Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Add fs group of www-data for mounted files Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Change mount path of PVC Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Add tmp directory in volume This directory can be used for uploads as temporary directory Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Fix cronjob job template labels for new helm spec Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Allow change of cronjob image and add pull secrets Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Allow change cronjob resources,tolerations,affinity Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Cronjob (curl) follow redirect Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Add default values for persistence annotations Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Add all default nextcloud configurations Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Update documentation with new values and indent Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Upgrade chart version Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Fix trailing spaces in default values Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Fix default values for cronjob image declaration Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Fix default configs not mounted Signed-off-by: Alexandre Havrileck <alexandre.havrileck@easymile.com> * [stable/nextcloud] Mount default configs only if extra configs exists Signed-off-by: Havrileck Alexandre <havrileckalexandre@gmail.com>
21 lines
534 B
YAML
21 lines
534 B
YAML
apiVersion: v1
|
|
name: nextcloud
|
|
version: 1.7.0
|
|
appVersion: 16.0.3
|
|
description: A file sharing server that puts the control and security of your own data back into your hands.
|
|
keywords:
|
|
- nextcloud
|
|
- storage
|
|
- http
|
|
- web
|
|
- php
|
|
home: https://nextcloud.com/
|
|
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
|
|
sources:
|
|
- https://github.com/nextcloud/docker
|
|
maintainers:
|
|
- name: chrisingenhaag
|
|
email: christian.ingenhaag@googlemail.com
|
|
- name: billimek
|
|
email: jeff@billimek.com
|