Skip to content

Commit

Permalink
fix: paperless redis
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Breuer <fbreuer@pm.me>
  • Loading branch information
breuerfelix committed Mar 28, 2024
1 parent 30012d2 commit 392396b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/paperless-ngx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: paperless-ngx
description: Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.
version: 0.0.2
version: 0.0.3
appVersion: v2.6.3
dependencies:
- name: template
alias: paperless
version: 0.0.3
version: 0.0.4
repository: https://breuerfelix.github.io/helm-charts
- name: template
alias: redis
version: 0.0.3
version: 0.0.4
repository: https://breuerfelix.github.io/helm-charts
4 changes: 2 additions & 2 deletions charts/paperless-ngx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ paperless:

env:
- name: PAPERLESS_REDIS
value: redis://redis
value: redis://redis:80
- name: PAPERLESS_TIME_ZONE
value: Europe/Berlin
- name: PAPERLESS_OCR_LANGUAGE
value: ger
value: eng

# create the secret manually first
secretRefs:
Expand Down

0 comments on commit 392396b

Please sign in to comment.