From 070ca0e62c148e7fa5993b5dbba9427fb929c9b9 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 23 Nov 2025 14:06:24 +0100 Subject: [PATCH] Update paperless-ngx chart version to 0.25.0 The version number for the paperless-ngx chart has been downgraded from 0.25.1 to 0.25.0 in the Chart.yaml file. This change may have been necessary due to issues or bugs identified in the 0.25.1 release that require reverting to a more stable version. The appVersion remains unchanged at 2.20.0, and the kubeVersion requirement is still set to "">=1.28.0-0". No breaking changes are introduced with this version rollback, but users should ensure that their deployments are compatible with the features and functionality provided in version 0.25.0. --- 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..28a5932 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.0 # renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx appVersion: 2.20.0 kubeVersion: ">=1.28.0-0"