* [filebrowser] add new filebrowser chart Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com> * [filebrowser] auto-generate docs Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com> * [filebrowser] fix default location of database the database file should be in it's own PVC to ensure, that people can use NFS for the files. Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com> * [filebrowser] add code suggestions decrease initial version to 0.0.1 don't set defaults for accessMode or size for PersitentVolumeClaims use template for ConfigMap Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com> * [filebrowse] move chart to stable increase version to 1.0.0 re-run helm-docs increase app-version to 2.18.0 Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
20 lines
602 B
YAML
20 lines
602 B
YAML
apiVersion: v2
|
|
appVersion: 2.18.0
|
|
description: filebrowser provides a file managing interface within a specified directory
|
|
name: filebrowser
|
|
version: 1.0.0
|
|
kubeVersion: ">=1.16.0-0"
|
|
keywords:
|
|
- filebrowser
|
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/incubator/filebrowser
|
|
icon: https://raw.githubusercontent.com/filebrowser/logo/master/icon.png
|
|
sources:
|
|
- https://github.com/filebrowser/filebrowser
|
|
maintainers:
|
|
- name: PixelJonas
|
|
email: 5434875+PixelJonas@users.noreply.github.com
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.k8s-at-home.com
|
|
version: 4.0.1
|