Compare commits

..

4 Commits

Author SHA1 Message Date
13b4d8af15 Update Paperless-NGX chart version and app version
Some checks failed
Build Helm Chart / helm-package (push) Failing after 41s
Updated the version to 0.27.3 and appVersion to 2.20.3 in the
Chart.yaml for the Paperless-NGX Helm chart. These updates reflect
the latest changes in the deployment and software releases,
ensuring compatibility with recent features and bug fixes. No
breaking changes are expected in this update, but it is advisable
to review the release notes for the changes associated with
appVersion 2.20.3.
2025-12-19 13:53:05 +01:00
6eda29a864 Update paperless-ngx version to 0.27.2
All checks were successful
Build Helm Chart / helm-package (push) Successful in 29s
This commit updates the version of the paperless-ngx Helm chart
from 0.26.2 to 0.27.2 in the Chart.yaml file. This version bump
incorporates new features and bug fixes that are crucial for
maintaining compatibility with the latest release of the paperless-ngx
application.

No breaking changes are introduced with this version, but it is
important for users to upgrade to ensure they benefit from the
latest improvements and security updates. Consider reviewing the
release notes for version 0.27.2 to understand all changes.
2025-12-15 08:56:08 +01:00
aa4d753907 Bump paperless-ngx chart version to 0.26.2
All checks were successful
Build Helm Chart / helm-package (push) Successful in 32s
Updated the version of the paperless-ngx Helm chart from 0.26.1 to
0.26.2 in the Chart.yaml file. This change is necessary to ensure
that users have access to the latest features, improvements, and
bug fixes included in this new release. It is important to keep
the Helm chart version aligned with the application updates for
consistent deployment and compatibility with newer features in
the underlying service. No breaking changes are noted in this
version bump, but users should review the release notes for any
important updates.
2025-12-15 08:51:33 +01:00
5daee90a67 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.
2025-12-15 08:25:58 +01:00
2 changed files with 3 additions and 4 deletions

View File

@@ -4,9 +4,8 @@ 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
# renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx
appVersion: 2.20.2
version: 0.27.3
appVersion: 2.20.3
kubeVersion: ">=1.28.0-0"
keywords:
- documents

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.