From 451bcc219d417ef2e70eeb45c8c1de805606b298 Mon Sep 17 00:00:00 2001 From: kriegalex Date: Sun, 16 Feb 2025 05:24:34 +0000 Subject: [PATCH] add paperless-ngx --- charts/paperless-ngx/.gitignore | 1 + charts/paperless-ngx/.helmignore | 33 ++++++++++++++++++++++++++++++++ charts/paperless-ngx/Chart.yaml | 8 ++++++++ charts/paperless-ngx/values.yaml | 3 +++ 4 files changed, 45 insertions(+) create mode 100644 charts/paperless-ngx/.gitignore create mode 100644 charts/paperless-ngx/.helmignore create mode 100644 charts/paperless-ngx/Chart.yaml create mode 100644 charts/paperless-ngx/values.yaml diff --git a/charts/paperless-ngx/.gitignore b/charts/paperless-ngx/.gitignore new file mode 100644 index 0000000..f202e0d --- /dev/null +++ b/charts/paperless-ngx/.gitignore @@ -0,0 +1 @@ +!Chart.yaml \ No newline at end of file diff --git a/charts/paperless-ngx/.helmignore b/charts/paperless-ngx/.helmignore new file mode 100644 index 0000000..e608c23 --- /dev/null +++ b/charts/paperless-ngx/.helmignore @@ -0,0 +1,33 @@ +# 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/ +node_modules/ +.npmrc +package.json +package-lock.json +.gitea/ +Makefile +.markdownlintignore +.markdownlint.yaml +.drone.yml +CONTRIBUTING.md +unittests/ diff --git a/charts/paperless-ngx/Chart.yaml b/charts/paperless-ngx/Chart.yaml new file mode 100644 index 0000000..4f83df8 --- /dev/null +++ b/charts/paperless-ngx/Chart.yaml @@ -0,0 +1,8 @@ +# charts/vendored-charts/paperless-ngx/Chart.yaml +apiVersion: v2 +name: paperless-ngx +version: 0.23.0 +dependencies: + - name: paperless-ngx + version: 0.23.0 + repository: https://charts.gabe565.com diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml new file mode 100644 index 0000000..2bdc4b1 --- /dev/null +++ b/charts/paperless-ngx/values.yaml @@ -0,0 +1,3 @@ +# This is a placeholder values file for the prowlarr chart. +# Actual values should be defined in the custom chart that uses this as a dependency. +{}