* [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>
27 lines
409 B
Plaintext
27 lines
409 B
Plaintext
# Patterns to ignore when building packages.
|
|
# This supports shell glob matching, relative path matching, and
|
|
# negation (prefixed with !). Only one pattern per line.
|
|
.DS_Store
|
|
# Common VCS dirs
|
|
.git/
|
|
.gitignore
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
# Common backup files
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|
|
.vscode/
|
|
# OWNERS file for Kubernetes
|
|
OWNERS
|
|
# helm-docs templates
|
|
*.gotmpl
|