From b87edead665c626dade89ebdaa557cb34510c9c5 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 23 Nov 2025 14:07:51 +0100 Subject: [PATCH] Update paperless-ngx chart version to 0.25.1 This commit updates the version of the paperless-ngx Helm chart from 0.25.0 to 0.25.1. This change is necessary to ensure that users can take advantage of the latest features, improvements, and bug fixes that come with the updated version of the application. It's essential for users to keep their deployments updated to maintain compatibility and benefit from ongoing enhancements. There are no breaking changes or important notes related to 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 28a5932..d013269 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.0 +version: 0.25.1 # renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx appVersion: 2.20.0 kubeVersion: ">=1.28.0-0"