diff --git a/charts/scanservjs/Chart.yaml b/charts/scanservjs/Chart.yaml index 7e9d096bc..77e843b7d 100644 --- a/charts/scanservjs/Chart.yaml +++ b/charts/scanservjs/Chart.yaml @@ -4,9 +4,9 @@ description: scanservjs is a web UI frontend for your scanner. It allows you to home: https://charts.gabe565.com/charts/scanservjs/ icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/scanservjs/icon.svg type: application -version: 0.7.0 +version: 0.8.0 # renovate datasource=docker depName=sbs20/scanservjs -appVersion: release-v2.26.1 +appVersion: release-v2.27.0 kubeVersion: ">=1.22.0-0" keywords: - scanservjs @@ -21,7 +21,7 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update common Helm release to v1.5.0 + description: Update sbs20/scanservjs Docker tag to release-v2.27.0 artifacthub.io/links: |- - name: App Source url: https://github.com/sbs20/scanservjs diff --git a/charts/scanservjs/README.md b/charts/scanservjs/README.md index 47a276418..59d78a989 100644 --- a/charts/scanservjs/README.md +++ b/charts/scanservjs/README.md @@ -2,16 +2,16 @@ scanservjs logo -![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat) +![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: release-v2.26.1](https://img.shields.io/badge/AppVersion-release--v2.26.1-informational?style=flat) +![AppVersion: release-v2.27.0](https://img.shields.io/badge/AppVersion-release--v2.27.0-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. **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=scanservjs&version=0.7.0)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=scanservjs&version=0.8.0)** ## Source Code @@ -86,7 +86,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.1"` | image tag | +| image.tag | string | `"release-v2.27.0"` | 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 6671a7a05..f46c252f2 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.1 + tag: release-v2.27.0 controller: # -- Set the controller upgrade strategy