From 0ceef2beaa7510a09c02876a8cd64ebe887064a5 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 23 Nov 2025 14:13:34 +0100 Subject: [PATCH] Update paperless-ngx chart version to 0.25.2 This commit updates the version of the paperless-ngx Helm chart from 0.25.1 to 0.25.2. This change is necessary to ensure that users are able to take advantage of the latest features, bug fixes, and improvements provided in the new release. The appVersion remains at 2.20.0, and the kubeVersion requirement is maintained at ">=1.28.0-0". No breaking changes are introduced with this version bump. --- charts/paperless-ngx/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/paperless-ngx/Chart.yaml b/charts/paperless-ngx/Chart.yaml index d013269..f97854a 100644 --- a/charts/paperless-ngx/Chart.yaml +++ b/charts/paperless-ngx/Chart.yaml @@ -4,7 +4,7 @@ description: "A community-supported supercharged version of paperless: scan, ind home: https://charts.gabe565.com/charts/paperless-ngx/ icon: https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750/src-ui/src/assets/logo-notext.svg type: application -version: 0.25.1 +version: 0.25.2 # renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx appVersion: 2.20.0 kubeVersion: ">=1.28.0-0" -- 2.49.1