diff --git a/charts/scanservjs/Chart.yaml b/charts/scanservjs/Chart.yaml index 03b037f35..cdf2a85cf 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://github.com/gabe565/charts/tree/main/charts/scanservjs type: application -version: 0.2.0 +version: 0.2.1 # renovate: image=sbs20/scanservjs -appVersion: release-v2.21.0 +appVersion: release-v2.24.0 kubeVersion: ">=1.22.0-0" keywords: - scanservjs @@ -20,4 +20,4 @@ sources: annotations: artifacthub.io/changes: | - kind: changed - description: Bump common subchart to v1.2.1 + description: Bump appVersion to v2.24.0 diff --git a/charts/scanservjs/README.md b/charts/scanservjs/README.md index e08c7b982..8cb4ff22b 100644 --- a/charts/scanservjs/README.md +++ b/charts/scanservjs/README.md @@ -1,6 +1,6 @@ # scanservjs -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: release-v2.21.0](https://img.shields.io/badge/AppVersion-release--v2.21.0-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: release-v2.24.0](https://img.shields.io/badge/AppVersion-release--v2.24.0-informational?style=flat-square) 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. @@ -79,7 +79,7 @@ N/A | env | object | See 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.21.0"` | image tag | +| image.tag | string | `"release-v2.24.0"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/charts/scanservjs/values.yaml b/charts/scanservjs/values.yaml index e30922553..43dec2ebd 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.21.0 + tag: release-v2.24.0 controller: # -- Set the controller upgrade strategy