Skip to content

Commit

Permalink
add paperless-ngx
Browse files Browse the repository at this point in the history
  • Loading branch information
kriegalex committed Feb 16, 2025
1 parent cd5111c commit 451bcc2
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/paperless-ngx/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!Chart.yaml
33 changes: 33 additions & 0 deletions charts/paperless-ngx/.helmignore
Original file line number Diff line number Diff line change
@@ -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/
8 changes: 8 additions & 0 deletions charts/paperless-ngx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions charts/paperless-ngx/values.yaml
Original file line number Diff line number Diff line change
@@ -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.
{}

0 comments on commit 451bcc2

Please sign in to comment.