Skip to content

Commit 9bccd71

Browse files
chore(deps): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v2.14.7 (#724)
* chore(deps): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v2.14.7 * chore: Update chart metadata --------- Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com> Co-authored-by: chart-bot <160046936+charts-bot[bot]@users.noreply.github.com>
1 parent 266dc0e commit 9bccd71

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/paperless-ngx/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: "A community-supported supercharged version of paperless: scan, ind
44
home: https://charts.gabe565.com/charts/paperless-ngx/
55
icon: https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750/src-ui/src/assets/logo-notext.svg
66
type: application
7-
version: 0.23.0
7+
version: 0.24.0
88
# renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx
9-
appVersion: 2.13.5
9+
appVersion: 2.14.7
1010
kubeVersion: ">=1.22.0-0"
1111
keywords:
1212
- documents
@@ -34,7 +34,7 @@ annotations:
3434
artifacthub.io/alternativeName: paperless
3535
artifacthub.io/changes: |-
3636
- kind: changed
37-
description: Update redis helm release to v20.6.3
37+
description: Update ghcr.io/paperless-ngx/paperless-ngx docker tag to v2.14.7
3838
artifacthub.io/links: |-
3939
- name: App Source
4040
url: https://github.com/paperless-ngx/paperless-ngx

charts/paperless-ngx/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
<img src="https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750/src-ui/src/assets/logo-notext.svg" align="right" width="92" alt="paperless-ngx logo">
44

5-
![Version: 0.23.0](https://img.shields.io/badge/Version-0.23.0-informational?style=flat)
5+
![Version: 0.24.0](https://img.shields.io/badge/Version-0.24.0-informational?style=flat)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
7-
![AppVersion: 2.13.5](https://img.shields.io/badge/AppVersion-2.13.5-informational?style=flat)
7+
![AppVersion: 2.14.7](https://img.shields.io/badge/AppVersion-2.14.7-informational?style=flat)
88

99
A community-supported supercharged version of paperless: scan, index and archive all your physical documents
1010

1111
**Homepage:** <https://charts.gabe565.com/charts/paperless-ngx/>
1212

1313
**This chart is not maintained by the upstream project and any issues with the chart should be raised
14-
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=paperless-ngx&version=0.23.0)**
14+
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=paperless-ngx&version=0.24.0)**
1515

1616
## Source Code
1717

@@ -95,7 +95,7 @@ See each database section in [`values.yaml`](./values.yaml) for configuration ex
9595
| env.TZ | string | `"UTC"` | Set the container timezone |
9696
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
9797
| image.repository | string | `"ghcr.io/paperless-ngx/paperless-ngx"` | Image repository |
98-
| image.tag | string | `"2.13.5"` | Image tag |
98+
| image.tag | string | `"2.14.7"` | Image tag |
9999
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
100100
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. If enabled, the app's db envs will be set for you. [[ref]](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
101101
| persistence.consume | object | See [values.yaml](./values.yaml) | Configure consume volume settings for the chart under this key. |

charts/paperless-ngx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- Image pull policy
1212
pullPolicy: IfNotPresent
1313
# -- Image tag
14-
tag: 2.13.5
14+
tag: 2.14.7
1515

1616
# -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/)
1717
# @default -- See [values.yaml](./values.yaml)

0 commit comments

Comments
 (0)