Compare commits

..

5 Commits

Author SHA1 Message Date
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
f23dcab3a2 Update paperless-ngx chart version to 0.26.3
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.26.3. The version bump reflects upstream changes
and improvements incorporated in the latest release of the chart.
Updating to the new version ensures users benefit from the latest
features and bug fixes associated with paperless-ngx. There are no
breaking changes or major modifications to the chart structure in
this update.
2025-12-15 08:19:52 +01:00
94a2b7ea50 Remove image tag for paperless-ngx chart
This update changes the image tag for the paperless-ngx Helm chart
from a specific version (2.20.1) to an empty string. This allows
the chart to use the latest available image version, which is
important for ensuring that users always receive the latest
features and security updates without needing to update the
Helm chart manually.

No breaking changes are introduced; however, users should be
aware that using an empty tag may lead to unexpected behavior
if there are breaking changes in newer image versions. Users
should ensure they test their deployments when upgrading to
monitor for any issues.
2025-12-15 08:19:15 +01:00
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/ 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.26.2 version: 0.27.2
# renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx # renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx
appVersion: 2.20.2 appVersion: 2.20.2
kubeVersion: ">=1.28.0-0" kubeVersion: ">=1.28.0-0"

View File

@@ -15,7 +15,7 @@ controllers:
# -- Image pull policy # -- Image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- Image tag # -- Image tag
tag: 2.20.1 tag: "{{ .Chart.AppVersion }}"
# -- 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.