Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/scanservjs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2
version: 0.9.3
# renovate datasource=docker depName=sbs20/scanservjs
appVersion: release-v3.0.3
appVersion: release-v3.0.4
kubeVersion: ">=1.22.0-0"
keywords:
- scanservjs
Expand All @@ -21,7 +21,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update sbs20/scanservjs docker tag to release-v3.0.3
description: Update sbs20/scanservjs docker tag to release-v3.0.4
artifacthub.io/links: |-
- name: App Source
url: https://github.com/sbs20/scanservjs
Expand Down
8 changes: 4 additions & 4 deletions charts/scanservjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/scanservjs/icon.svg" align="right" width="92" alt="scanservjs logo">

![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat)
![Version: 0.9.3](https://img.shields.io/badge/Version-0.9.3-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: release-v3.0.3](https://img.shields.io/badge/AppVersion-release--v3.0.3-informational?style=flat)
![AppVersion: release-v3.0.4](https://img.shields.io/badge/AppVersion-release--v3.0.4-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:** <https://charts.gabe565.com/charts/scanservjs/>

**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.9.2)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=scanservjs&version=0.9.3)**

## Source Code

Expand Down Expand Up @@ -88,7 +88,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-v3.0.3"` | image tag |
| image.tag | string | `"release-v3.0.4"` | 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. |
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-v3.0.3
tag: release-v3.0.4

controller:
# -- Set the controller upgrade strategy
Expand Down