chore(paperless-ngx): update to version 2.20.1
All checks were successful
Build Helm Chart / helm-package (push) Successful in 32s

Update Paperless-ngx chart version to 0.25.11 and application version to
 2.20.1. This updates the Docker image tag in both Chart.yaml and
 values.yaml files to ensure consistency across the deployment. This is a
 minor version update that likely includes bug fixes and improvements from
 the upstream Paperless-ngx project.
This commit is contained in:
2025-12-03 20:58:02 +01:00
parent 943c7e0523
commit 5e9fed1d71
2 changed files with 3 additions and 3 deletions

View File

@@ -4,9 +4,9 @@ description: "A community-supported supercharged version of paperless: scan, ind
home: https://charts.gabe565.com/charts/paperless-ngx/ 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 icon: https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750/src-ui/src/assets/logo-notext.svg
type: application type: application
version: 0.25.10 version: 0.25.11
# renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx # renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx
appVersion: 2.20.0 appVersion: 2.20.1
kubeVersion: ">=1.28.0-0" kubeVersion: ">=1.28.0-0"
keywords: keywords:
- documents - documents

View File

@@ -15,7 +15,7 @@ controllers:
# -- Image pull policy # -- Image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- Image tag # -- Image tag
tag: 2.20.0 tag: 2.20.1
# -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/) # -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/)
# @default -- See [values.yaml](./values.yaml) # @default -- See [values.yaml](./values.yaml)
# -- Set the resource requests / limits for the container. # -- Set the resource requests / limits for the container.