From d0c09fe6aef79faa5e65664a87c30771379fc755 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Wed, 22 Mar 2023 21:57:25 -0500 Subject: [PATCH] :bento: (scanservjs): Add chart icon --- README.md | 2 +- charts/scanservjs/Chart.yaml | 7 ++++--- charts/scanservjs/README.md | 4 +++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0c11c5764..2ac65b9d6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ helm delete my- | [relax-sounds relax-sounds icon](charts/relax-sounds/) | Relax Sounds is a website that lets you stream relaxing sounds to your browser or over Google Cast. | | [rss-bridge rss-bridge icon](charts/rss-bridge/) | The RSS feed for websites missing it. | | [rsshub rsshub icon](charts/rsshub/) | RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything. | -| [scanservjs ](charts/scanservjs/) | 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. | +| [scanservjs scanservjs icon](charts/scanservjs/) | 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. | | [smarter-device-manager smarter-device-manager icon](charts/smarter-device-manager/) | Manage hardware resource allocation without a need for privileged containers. | | [tandoor tandoor icon](charts/tandoor/) | Application for managing recipes, planning meals, building shopping lists and much much more! | | [transsmute transsmute icon](charts/transsmute/) | Transsmute builds RSS feeds for websites that don't provide them. | diff --git a/charts/scanservjs/Chart.yaml b/charts/scanservjs/Chart.yaml index ddb301ae9..6b8dbbba8 100644 --- a/charts/scanservjs/Chart.yaml +++ b/charts/scanservjs/Chart.yaml @@ -2,8 +2,9 @@ apiVersion: v2 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 +icon: https://raw.githubusercontent.com/sbs20/scanservjs/d28627ebec5cec6d30475a43bd101cc9c5e0961a/packages/client/src/icons/android-chrome-192x192.png type: application -version: 0.5.1 +version: 0.5.2 # renovate datasource=docker depName=sbs20/scanservjs appVersion: release-v2.26.1 kubeVersion: ">=1.22.0-0" @@ -20,5 +21,5 @@ sources: - https://github.com/sbs20/scanservjs annotations: artifacthub.io/changes: |- - - kind: changed - description: Update sbs20/scanservjs Docker tag to release-v2.26.1 + - kind: added + description: Add chart icon diff --git a/charts/scanservjs/README.md b/charts/scanservjs/README.md index edbc859e6..0016a247d 100644 --- a/charts/scanservjs/README.md +++ b/charts/scanservjs/README.md @@ -1,6 +1,8 @@ # scanservjs -![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat) +scanservjs logo + +![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-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)