From 5daee90a67c8c08462bdd7705eb6bbfd78724daa Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Mon, 15 Dec 2025 08:25:58 +0100 Subject: [PATCH] Update paperless-ngx chart version to 0.26.1 Changed the chart version in Chart.yaml from 0.26.3 to 0.26.1 to align with the latest stable release. This version bump was necessary to ensure compatibility with the recent updates and bug fixes in the application. Additionally, updated the image tag in values.yaml to utilize the AppVersion variable instead of a static value, allowing for easier management of image versions in line with the chart versioning. No breaking changes are introduced with this update. --- charts/paperless-ngx/Chart.yaml | 2 +- charts/paperless-ngx/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/paperless-ngx/Chart.yaml b/charts/paperless-ngx/Chart.yaml index cf4e983..b4ff006 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.26.3 +version: 0.26.1 # renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx appVersion: 2.20.2 kubeVersion: ">=1.28.0-0" diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml index 42bddff..2d1f231 100644 --- a/charts/paperless-ngx/values.yaml +++ b/charts/paperless-ngx/values.yaml @@ -15,7 +15,7 @@ controllers: # -- Image pull policy pullPolicy: IfNotPresent # -- Image tag - tag: "" + tag: "{{ .Chart.AppVersion }}" # -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/) # @default -- See [values.yaml](./values.yaml) # -- Set the resource requests / limits for the container.