From 40aaee6147c0b225c26430038b6ad5f9f6ef8a0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 22:46:36 -0600 Subject: [PATCH] :arrow_up: Update sbs20/scanservjs Docker tag to release-v2.26.1 (#65) * :arrow_up: Update sbs20/scanservjs Docker tag to release-v2.26.1 * :wrench: Update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/scanservjs/Chart.yaml | 6 +++--- charts/scanservjs/README.md | 6 +++--- charts/scanservjs/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/scanservjs/Chart.yaml b/charts/scanservjs/Chart.yaml index 66940f600..ddb301ae9 100644 --- a/charts/scanservjs/Chart.yaml +++ b/charts/scanservjs/Chart.yaml @@ -3,9 +3,9 @@ name: scanservjs description: scanservjs is a web UI frontend for your scanner. It allows you to share one or more scanners (using SANE) on a network without the need for drivers or complicated installation. home: https://charts.gabe565.com/charts/scanservjs type: application -version: 0.5.0 +version: 0.5.1 # renovate datasource=docker depName=sbs20/scanservjs -appVersion: release-v2.26.0 +appVersion: release-v2.26.1 kubeVersion: ">=1.22.0-0" keywords: - scanservjs @@ -21,4 +21,4 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update sbs20/scanservjs Docker tag to release-v2.26.0 + description: Update sbs20/scanservjs Docker tag to release-v2.26.1 diff --git a/charts/scanservjs/README.md b/charts/scanservjs/README.md index e9917be04..edbc859e6 100644 --- a/charts/scanservjs/README.md +++ b/charts/scanservjs/README.md @@ -1,8 +1,8 @@ # scanservjs -![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat) +![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: release-v2.26.0](https://img.shields.io/badge/AppVersion-release--v2.26.0-informational?style=flat) +![AppVersion: release-v2.26.1](https://img.shields.io/badge/AppVersion-release--v2.26.1-informational?style=flat) scanservjs is a web UI frontend for your scanner. It allows you to share one or more scanners (using SANE) on a network without the need for drivers or complicated installation. @@ -84,7 +84,7 @@ N/A | env | object | See [values.yaml](./values.yaml) | environment variables. [[ref]](https://github.com/sbs20/scanservjs/blob/master/docs/docker.md#environment-variables) | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"sbs20/scanservjs"` | image repository | -| image.tag | string | `"release-v2.26.0"` | image tag | +| image.tag | string | `"release-v2.26.1"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | | service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. | diff --git a/charts/scanservjs/values.yaml b/charts/scanservjs/values.yaml index 660b18efa..d13a5b429 100644 --- a/charts/scanservjs/values.yaml +++ b/charts/scanservjs/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: release-v2.26.0 + tag: release-v2.26.1 controller: # -- Set the controller upgrade strategy