From 586082e368315a32f34f58c576ba18fed5348bfb Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 12 Mar 2025 20:13:16 +0100 Subject: [PATCH] fix(paperless-ngx): update dependencies redis --- paperless-ngx/Chart.lock | 8 ++++---- paperless-ngx/Chart.yaml | 4 ++-- paperless-ngx/README.md | 5 ++--- paperless-ngx/values.yaml | 1 - 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/paperless-ngx/Chart.lock b/paperless-ngx/Chart.lock index 1bf8d1d..5f3e8a5 100644 --- a/paperless-ngx/Chart.lock +++ b/paperless-ngx/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: oci://docker.io/bitnamicharts - version: 16.4.14 + version: 16.5.0 - name: redis repository: oci://docker.io/bitnamicharts - version: 20.10.0 -digest: sha256:e8cf542eb88e71ef9c0d7287baefda6ac90dd9ea8297299a063427563795c0b4 -generated: "2025-03-02T21:35:09.485186624+01:00" + version: 20.11.3 +digest: sha256:8a61a3820918d505a6f8a790167a594035d019047226ee48407f428fc6fd9e6c +generated: "2025-03-12T20:08:23.539301184+01:00" diff --git a/paperless-ngx/Chart.yaml b/paperless-ngx/Chart.yaml index fe17898..17d1699 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.3" +version: "0.1.4" # renovate: image=ghcr.io/paperless-ngx/paperless-ngx appVersion: "2.14.7" keywords: @@ -26,6 +26,6 @@ dependencies: repository: "oci://docker.io/bitnamicharts" condition: postgresql.enabled - name: redis - version: "20.10.0" + version: "20.11.3" repository: "oci://docker.io/bitnamicharts" condition: redis.enabled diff --git a/paperless-ngx/README.md b/paperless-ngx/README.md index df351ba..46e19af 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.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) +![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-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. @@ -52,7 +52,7 @@ helm uninstall paperless-ngx-release | Repository | Name | Version | |------------|------|---------| | oci://docker.io/bitnamicharts | postgresql | ^16.3.1 | -| oci://docker.io/bitnamicharts | redis | 20.10.0 | +| oci://docker.io/bitnamicharts | redis | 20.11.3 | ## Values @@ -142,7 +142,6 @@ 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 1082d98..9378d82 100644 --- a/paperless-ngx/values.yaml +++ b/paperless-ngx/values.yaml @@ -242,7 +242,6 @@ 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