Update paperless-ngx chart version to 0.26.1
All checks were successful
Build Helm Chart / helm-package (push) Successful in 25s

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.
This commit was merged in pull request #71.
This commit is contained in:
2025-12-15 08:25:58 +01:00
parent f23dcab3a2
commit 5daee90a67
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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.