From 8fe7ca8bf8ea51aa6b137a3e95a16afe9bd2d613 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sun, 2 Mar 2025 22:42:27 +0100 Subject: [PATCH] fix(paperless-ngx): workaround of broken redis-subchart --- paperless-ngx/Chart.yaml | 2 +- paperless-ngx/README.md | 3 ++- paperless-ngx/values.yaml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/paperless-ngx/Chart.yaml b/paperless-ngx/Chart.yaml index 27626b2..fe17898 100644 --- a/paperless-ngx/Chart.yaml +++ b/paperless-ngx/Chart.yaml @@ -4,7 +4,7 @@ description: A document management system that transforms your physical document type: application icon: https://github.com/paperless-ngx/paperless-ngx/raw/main/resources/logo/web/svg/square.svg home: https://wrenix.eu/docs/helm-charts/paperless-ngx/ -version: "0.1.2" +version: "0.1.3" # renovate: image=ghcr.io/paperless-ngx/paperless-ngx appVersion: "2.14.7" keywords: diff --git a/paperless-ngx/README.md b/paperless-ngx/README.md index ea7a069..df351ba 100644 --- a/paperless-ngx/README.md +++ b/paperless-ngx/README.md @@ -7,7 +7,7 @@ description: "A document management system that transforms your physical documen # paperless-ngx -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.7](https://img.shields.io/badge/AppVersion-2.14.7-informational?style=flat-square) +![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.7](https://img.shields.io/badge/AppVersion-2.14.7-informational?style=flat-square) A document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper. @@ -142,6 +142,7 @@ helm uninstall paperless-ngx-release | redis.auth.existingSecret | string | `""` | name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time | | redis.auth.existingSecretPasswordKey | string | `""` | Password key to be retrieved from existing secret | | redis.auth.password | string | `"changeme"` | | +| redis.auth.usePasswordFiles | bool | `false` | | | redis.enabled | bool | `true` | | | redis.global.storageClass | string | `""` | | | redis.master.persistence.enabled | bool | `true` | | diff --git a/paperless-ngx/values.yaml b/paperless-ngx/values.yaml index 9378d82..1082d98 100644 --- a/paperless-ngx/values.yaml +++ b/paperless-ngx/values.yaml @@ -242,6 +242,7 @@ redis: auth: enabled: true password: 'changeme' + usePasswordFiles: false # -- name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time existingSecret: "" # -- Password key to be retrieved from existing secret