chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.7.2@703c990 by renovate (#20403)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/paperless-ngx/paperless-ngx](https://togithub.com/paperless-ngx/paperless-ngx) | patch | `2.7.1` -> `2.7.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>paperless-ngx/paperless-ngx (ghcr.io/paperless-ngx/paperless-ngx)</summary> ### [`v2.7.2`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.7.2): Paperless-ngx v2.7.2 [Compare Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.7.1...v2.7.2) #### paperless-ngx 2.7.2 ##### Bug Fixes - Fix: select dropdown background colors not visible in light mode [@​shamoon](https://togithub.com/shamoon) ([#​6323](https://togithub.com/paperless-ngx/paperless-ngx/pull/6323)) - Fix: spacing in reset and incorrect display in saved views [@​shamoon](https://togithub.com/shamoon) ([#​6324](https://togithub.com/paperless-ngx/paperless-ngx/pull/6324)) - Fix: disable invalid create endpoints [@​shamoon](https://togithub.com/shamoon) ([#​6320](https://togithub.com/paperless-ngx/paperless-ngx/pull/6320)) - Fix: dont initialize page numbers, allow split with browser pdf viewer [@​shamoon](https://togithub.com/shamoon) ([#​6314](https://togithub.com/paperless-ngx/paperless-ngx/pull/6314)) - Miscellaneous other fixes & improvements ##### All App Changes <details> <summary>4 changes</summary> - Fix: select dropdown background colors not visible in light mode [@​shamoon](https://togithub.com/shamoon) ([#​6323](https://togithub.com/paperless-ngx/paperless-ngx/pull/6323)) - Fix: spacing in reset and incorrect display in saved views [@​shamoon](https://togithub.com/shamoon) ([#​6324](https://togithub.com/paperless-ngx/paperless-ngx/pull/6324)) - Fix: disable invalid create endpoints [@​shamoon](https://togithub.com/shamoon) ([#​6320](https://togithub.com/paperless-ngx/paperless-ngx/pull/6320)) - Fix: dont initialize page numbers, allow split with browser pdf viewer [@​shamoon](https://togithub.com/shamoon) ([#​6314](https://togithub.com/paperless-ngx/paperless-ngx/pull/6314)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
de83a6a57a
commit
11ce7abb34
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.7.1
|
||||
appVersion: 2.7.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.3.2
|
||||
|
@ -32,7 +32,7 @@ keywords:
|
|||
- paperless-ngx
|
||||
- documents
|
||||
- paper
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -44,4 +44,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx
|
||||
- https://ghcr.io/paperless-ngx/paperless-ngx
|
||||
type: application
|
||||
version: 7.11.0
|
||||
version: 7.11.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.7.1@sha256:bc6976324afb00740b6edb53b46672385b058bd8f64d9c0fd11f57aed1f40a96
|
||||
tag: 2.7.2@sha256:703c990a790dfd4d25fb56df3afec27b13cb0926a3818bf265edac9c71311647
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue