Skip to content

Commit

Permalink
⬆️ Update sbs20/scanservjs Docker tag to release-v2.24.0 (#6)
Browse files Browse the repository at this point in the history
* ⬆️ Update sbs20/scanservjs Docker tag to release-v2.24.0

* 🔖 (scanserv): Bump chart version

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Cook <[email protected]>
  • Loading branch information
renovate[bot] and gabe565 authored Jan 7, 2023
1 parent 1bf0238 commit d251368
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/scanservjs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/scanservjs/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/scanservjs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d251368

Please sign in to comment.