From 8b645bf542f05f94af409487dbfbed9b2ebc7c6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 20:54:24 -0500 Subject: [PATCH] :arrow_up: Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v1.14.4 (#145) * :arrow_up: Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v1.14.4 * :wrench: Update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/paperless-ngx/Chart.yaml | 6 +++--- charts/paperless-ngx/README.md | 8 ++++---- charts/paperless-ngx/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/paperless-ngx/Chart.yaml b/charts/paperless-ngx/Chart.yaml index aa4d00a76..34637e8e2 100644 --- a/charts/paperless-ngx/Chart.yaml +++ b/charts/paperless-ngx/Chart.yaml @@ -4,9 +4,9 @@ description: "A community-supported supercharged version of paperless: scan, ind home: https://charts.gabe565.com/charts/paperless-ngx/ icon: https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750d558b58018d1d3393db145d162d44fceb/src-ui/src/assets/logo-notext.svg type: application -version: 0.3.2 +version: 0.3.3 # renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx -appVersion: 1.14.3 +appVersion: 1.14.4 kubeVersion: ">=1.22.0-0" keywords: - documents @@ -34,7 +34,7 @@ annotations: artifacthub.io/alternativeName: paperless artifacthub.io/changes: |- - kind: changed - description: Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v1.14.3 + description: Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v1.14.4 artifacthub.io/links: |- - name: App Source url: https://github.com/paperless-ngx/paperless-ngx diff --git a/charts/paperless-ngx/README.md b/charts/paperless-ngx/README.md index cd6ce0151..22ca92634 100644 --- a/charts/paperless-ngx/README.md +++ b/charts/paperless-ngx/README.md @@ -2,16 +2,16 @@ paperless-ngx logo -![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat) +![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 1.14.3](https://img.shields.io/badge/AppVersion-1.14.3-informational?style=flat) +![AppVersion: 1.14.4](https://img.shields.io/badge/AppVersion-1.14.4-informational?style=flat) A community-supported supercharged version of paperless: scan, index and archive all your physical documents **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=paperless-ngx&version=0.3.2)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=paperless-ngx&version=0.3.3)** ## Source Code @@ -93,7 +93,7 @@ See each database section in [`values.yaml`](./values.yaml) for configuration ex | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.repository | string | `"ghcr.io/paperless-ngx/paperless-ngx"` | Image repository | -| image.tag | string | `"1.14.3"` | Image tag | +| image.tag | string | `"1.14.4"` | Image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | 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) | | persistence.consume | object | See [values.yaml](./values.yaml) | Configure consume volume settings for the chart under this key. | diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml index 02974d682..7dfae97ef 100644 --- a/charts/paperless-ngx/values.yaml +++ b/charts/paperless-ngx/values.yaml @@ -11,7 +11,7 @@ image: # -- Image pull policy pullPolicy: IfNotPresent # -- Image tag - tag: 1.14.3 + tag: 1.14.4 # -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/) # @default -- See [values.yaml](./values.yaml)