Commit Graph

8 Commits

Author SHA1 Message Date
cbc54e4a02 Update paperless-ngx to version 0.25.8
All checks were successful
Build Helm Chart / helm-package (push) Successful in 21s
Bumped the paperless-ngx chart version from 0.25.7 to 0.25.8 in
Chart.yaml and updated the version badge in README.md to reflect
this change. The appVersion remains at 2.20.0.

Additionally, modified the type fields for readiness and liveness
probes in values.yaml from lowercase 'http' to uppercase 'HTTP'
for consistency and adherence to expected conventions. This change
ensures proper interpretation by Kubernetes. No breaking changes
have been introduced in this update.
2025-11-23 16:30:32 +01:00
acf95d58a3 Bump paperless-ngx version to 0.25.7 and update probes
All checks were successful
Build Helm Chart / helm-package (push) Successful in 22s
Updated the paperless-ngx Helm chart to version 0.25.7 from
0.25.6 to incorporate the latest features and fixes. The appVersion
remains at 2.20.0.

Additionally, modified the liveness and readiness probes
configuration in the values.yaml file to nest probe options
under the spec field, aligning with best practices for Helm charts.
These changes normalize the probe specifications, ensuring better
compatibility and clarity for users managing their Kubernetes
deployments. No breaking changes were introduced in these updates.
2025-11-23 16:26:06 +01:00
841a8dafb0 Update paperless-ngx to version 0.25.6
All checks were successful
Build Helm Chart / helm-package (push) Successful in 21s
Updated the Chart.yaml and README.md files for the
paperless-ngx Helm chart to reflect the new version
0.25.6. This change is necessary to ensure that users
are aware of the latest updates and improvements in
the software. The appVersion remains at 2.20.0, and
the kubeVersion is still set to ">=1.28.0-0". The
README badge for the version has also been updated
to maintain consistency and inform users of the
current version being used.
2025-11-23 16:22:18 +01:00
32e59538a4 Update paperless-ngx chart version to 0.25.0
All checks were successful
Build Helm Chart / helm-package (push) Successful in 22s
Changed the chart version from 0.25.4 to 0.25.0 in Chart.yaml and
README.md to reflect the correct release version. This ensures that
users are aware of the currently deployed version of the application.

Additionally, updated the configuration in values.yaml by adding
the `spec` section under the `readiness` and `liveness` probes.
This clarifies the configuration structure and ensures compatibility
with the latest Helm chart practices.

No breaking changes were introduced in this update.
2025-11-23 16:09:59 +01:00
b8bbe61b5c Update paperless-ngx to version 0.25.4 and add probes
All checks were successful
Build Helm Chart / helm-package (push) Successful in 22s
This commit updates the paperless-ngx Helm chart to version
0.25.4, reflecting the latest version in Chart.yaml and in
the README.md badge. The homepage URL has been changed to
point to the new repository location.

Additionally, liveness and readiness probes have been added
to the values.yaml configuration. These probes utilize curl
to check the application's health on localhost:8000, ensuring
better handling of container lifecycles.

The readiness probe starts after a 60-second delay, while
the liveness probe has a longer delay of 120 seconds, helping
to manage startup times effectively.

No breaking changes are introduced, but users should review
the new probes configuration for their deployments.
2025-11-23 15:48:57 +01:00
5bac34870f Update paperless-ngx version to 0.25.1 and dependencies
All checks were successful
Build Helm Chart / helm-package (push) Successful in 22s
The version of the paperless-ngx chart has been incremented from 0.25.0
to 0.25.1 to reflect updates. The appVersion remains at 2.20.0, but
the Kubernetes version requirement has been updated from `>=1.22.0-0`
to `>=1.28.0-0`.

Additionally, the dependencies for the chart have been updated to
reflect newer versions:
- common: 4.4.0
- mariadb: 23.2.4
- postgresql: 18.1.11
- redis: 24.0.0

The installation instructions have also been updated to use a new
repository, changing the command from `gabe565` to `cooltux`.

These changes ensure compatibility with more recent Kubernetes versions
and dependencies, improving overall stability and performance of the
chart.
2025-11-23 12:08:39 +01:00
9ec413f50c new paperless-ngx
Some checks failed
Build Helm Chart / helm-package (push) Failing after 17s
2025-11-23 08:03:38 +01:00
6c363adf2d add paperless-ngx chart 2025-10-31 12:08:40 +01:00