Compare commits

...

2 Commits

Author SHA1 Message Date
f4d9561330 Update paperless-ngx version to 0.25.1
Some checks failed
Build Helm Chart / helm-package (push) Failing after 7s
Updated the version number in the Chart.yaml file for the
paperless-ngx chart from 0.25.0 to 0.25.1. This change was made
to reflect the latest release version of the application,
ensuring that users can deploy the updated features and
bug fixes included in this version. No breaking changes
are introduced with this update, and it is important for
users to keep their deployments current with the latest
releases for optimal performance and security.
2025-10-31 12:19:24 +01:00
c724a38dda Fix app path in build-chart-paperless-ngx.yml
Updated the APP environment variable in the Helm package job from
'charts/pperless-ngx' to 'charts/paperless-ngx'. This change was
necessary to correct the path to the Paperless NGX chart, ensuring
that the workflow refers to the correct directory. The previous path
contained a typo which would have resulted in build errors. There are
no breaking changes introduced with this update.
2025-10-31 12:18:45 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
helm-package: helm-package:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
APP: charts/pperless-ngx APP: charts/paperless-ngx
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@@ -39,4 +39,4 @@ name: paperless-ngx
sources: sources:
- https://github.com/paperless-ngx/paperless-ngx - https://github.com/paperless-ngx/paperless-ngx
type: application type: application
version: 0.25.0 version: 0.25.1