Skip to content

Commit

Permalink
update paperless-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSeibert committed Mar 5, 2024
1 parent 80590ad commit 8e277d9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions charts/paperless-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: paperless
type: application
description: An umbrella chart for Paperless-NGX.
version: 0.1.31
version: 0.1.32
appVersion: "1.9.2"
maintainers:
- email: [email protected]
Expand All @@ -23,7 +23,7 @@ dependencies:
condition: global.database.postgres.enabled
alias: database
- name: paperless-ngx
version: 0.1.22
version: 0.1.27
repository: https://helm.seibert.family/
alias: webserver
condition: webserver.enabled
50 changes: 25 additions & 25 deletions charts/paperless-stack/values.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
global:
# -- database connection properties
database:
# -- Enable and configure [postgres subchart](https://github.com/AaronSeibert/helm-charts/tree/main/charts/postgres) under this key.
# @default -- See [values.yaml](https://github.com/AaronSeibert/helm-charts/tree/main/charts/postgres/values.yaml)
postgres:
# -- enable/disable postgres support
enabled: false
# -- db host
host: ''
# -- db port
port: ''
# -- db user
user: paperless
# -- db password
password: paperless
# -- db name
name: paperless
# -- broker connection properties
broker:
redis:
# -- enable/disable redis support
enabled: false
# -- redis host
host: ''
# -- redis port
port: ''
database:
# -- Enable and configure [postgres subchart](https://github.com/AaronSeibert/helm-charts/tree/main/charts/postgres) under this key.
# @default -- See [values.yaml](https://github.com/AaronSeibert/helm-charts/tree/main/charts/postgres/values.yaml)
postgres:
# -- enable/disable postgres support
enabled: false
# -- db host
host: ''
# -- db port
port: ''
# -- db user
user: paperless
# -- db password
password: paperless
# -- db name
name: paperless
# -- broker connection properties
broker:
redis:
# -- enable/disable redis support
enabled: false
# -- redis host
host: ''
# -- redis port
port: ''

# Configure [postgres subchart](https://github.com/AaronSeibert/helm-charts/tree/main/charts/postgres) under this key.
# @default -- See [values.yaml](https://github.com/AaronSeibert/helm-charts/tree/main/charts/postgres/values.yaml)
Expand Down

0 comments on commit 8e277d9

Please sign in to comment.