chore(helm): update image ghcr.io/paperless-ngx/paperless-ngx 2.15.1 → 2.15.2 (#34385)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx) | patch | `a06d051` -> `80d1a7f` | 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.2`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.15.2): Paperless-ngx v2.15.2 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.15.1...v2.15.2) #### paperless-ngx 2.15.2 ##### Bug Fixes - Fix: Adds better handling during folder checking/creation/permissions for non-root [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9616](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9616)) - Fix: Explicitly set the HOME environment to resolve issues running as root with database certificates [@​stumpylog](https://redirect.github.com/stumpylog) ([#​9643](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9643)) - Fix: prevent self-linking when bulk edit doc link [@​shamoon](https://redirect.github.com/shamoon) ([#​9629](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9629)) ##### Dependencies - Chore: Bump celery to 5.5.1 [@​hannesortmeier](https://redirect.github.com/hannesortmeier) ([#​9642](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9642)) ##### All App Changes <details> <summary>2 changes</summary> - Tweak: consistently use created date when displaying doc in list [@​shamoon](https://redirect.github.com/shamoon) ([#​9651](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9651)) - Fix: prevent self-linking when bulk edit doc link [@​shamoon](https://redirect.github.com/shamoon) ([#​9629](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9629)) </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.1
|
||||
appVersion: 2.15.2
|
||||
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.2
|
||||
version: 9.18.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.15.1@sha256:a06d051e0c422e83498a36676d504d94de262686f167cccc826a71170ddef00a
|
||||
tag: 2.15.2@sha256:80d1a7fe4f638cb00c1dcf5ff4ce2c15d92f13a6287db1e1b94f58c35a689e47
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user