mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 03:41:25 -03:00
chore(helm): update image ghcr.io/paperless-ngx/paperless-ngx 2.15.2 → 2.15.3 (#34581)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx) | patch | `80d1a7f` -> `39b337e` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>paperless-ngx/paperless-ngx (ghcr.io/paperless-ngx/paperless-ngx)</summary> ### [`v2.15.3`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.15.3): Paperless-ngx v2.15.3 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.15.2...v2.15.3) #### paperless-ngx 2.15.3 ##### Bug Fixes - Fix: do not try deleting original file that was moved to trash dir [@​shamoon](https://redirect.github.com/shamoon) ([#​9684](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9684)) - Fix: preserve non-ASCII filenames in document downloads [@​shamoon](https://redirect.github.com/shamoon) ([#​9702](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9702)) - Fix: fix breaking api change to document notes user field [@​shamoon](https://redirect.github.com/shamoon) ([#​9714](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9714)) - Fix: another doc link fix [@​shamoon](https://redirect.github.com/shamoon) ([#​9700](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9700)) - Fix: correctly handle dict data with webhook [@​shamoon](https://redirect.github.com/shamoon) ([#​9674](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9674)) ##### All App Changes <details> <summary>5 changes</summary> - Fix: do not try deleting original file that was moved to trash dir [@​shamoon](https://redirect.github.com/shamoon) ([#​9684](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9684)) - Fix: preserve non-ASCII filenames in document downloads [@​shamoon](https://redirect.github.com/shamoon) ([#​9702](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9702)) - Fix: fix breaking api change to document notes user field [@​shamoon](https://redirect.github.com/shamoon) ([#​9714](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9714)) - Fix: another doc link fix [@​shamoon](https://redirect.github.com/shamoon) ([#​9700](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9700)) - Fix: correctly handle dict data with webhook [@​shamoon](https://redirect.github.com/shamoon) ([#​9674](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9674)) </details> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.15.2
|
||||
appVersion: 2.15.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -46,5 +46,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx
|
||||
- https://paperless-ngx.readthedocs.io/en/latest/
|
||||
type: application
|
||||
version: 9.18.4
|
||||
version: 9.18.5
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.15.2@sha256:80d1a7fe4f638cb00c1dcf5ff4ce2c15d92f13a6287db1e1b94f58c35a689e47
|
||||
tag: 2.15.3@sha256:39b337e73c978238f0b529baf42f1b59b65d17eed35cd61bc1ccbbf779b5d58b
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user