Skip to content

Commit

Permalink
🍱 (scanservjs): Replace PNG icon with SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 24, 2023
1 parent 01c25a5 commit 61825f1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ helm delete my-<chart-name>
| [Relax Sounds <img src='https://github.com/gabe565/relax-sounds/raw/3e55b07a957f2e20aceeeba1d36226791f2f1569/frontend/src/assets/icon-purple.svg' alt='relax-sounds icon' width='18px' align='right' loading='lazy'>](charts/relax-sounds/) | Relax Sounds is a website that lets you stream relaxing sounds to your browser or over Google Cast. |
| [RSS-Bridge <img src='https://raw.githubusercontent.com/RSS-Bridge/rss-bridge/987f42d6d44cc18e5c33441e742d15ffff6feb72/static/favicon.png' alt='rss-bridge icon' width='18px' align='right' loading='lazy'>](charts/rss-bridge/) | The RSS feed for websites missing it. |
| [RSSHub <img src='https://camo.githubusercontent.com/79f2dcf6fb41b71619186b12eed25495fa55e20d3f21355798a2cb22703c6f8b/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30342f32332f356362656237653431343134632e706e67' alt='rsshub icon' width='18px' align='right' loading='lazy'>](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 <img src='https://raw.githubusercontent.com/sbs20/scanservjs/d28627ebec5cec6d30475a43bd101cc9c5e0961a/packages/client/src/icons/android-chrome-192x192.png' alt='scanservjs icon' width='18px' align='right' loading='lazy'>](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 <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/scanservjs/icon.svg' alt='scanservjs icon' width='18px' align='right' loading='lazy'>](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 <img src='https://gitlab.com/uploads/-/system/group/avatar/6339043/ARM1636_Project_Logo_ST2_RGB_V1.png' alt='smarter-device-manager icon' width='18px' align='right' loading='lazy'>](charts/smarter-device-manager/) | Manage hardware resource allocation without a need for privileged containers. |
| [Tandoor <img src='https://raw.githubusercontent.com/vabene1111/recipes/master/docs/logo_color.svg' alt='tandoor icon' width='18px' align='right' loading='lazy'>](charts/tandoor/) | Application for managing recipes, planning meals, building shopping lists and much much more! |
| [Transsmute <img src='https://raw.githubusercontent.com/gabe565/transsmute/ce624f8c903654ead37489d8d274b97d526d397a/assets/icon.svg' alt='transsmute icon' width='18px' align='right' loading='lazy'>](charts/transsmute/) | Transsmute builds RSS feeds for websites that don't provide them. |
Expand Down
1 change: 1 addition & 0 deletions charts/scanservjs/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
.vscode/
# helm-docs templates
*.gotmpl
icon.svg
8 changes: 3 additions & 5 deletions charts/scanservjs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +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
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/scanservjs/icon.svg
type: application
version: 0.6.0
version: 0.6.1
# renovate datasource=docker depName=sbs20/scanservjs
appVersion: release-v2.26.1
kubeVersion: ">=1.22.0-0"
Expand All @@ -21,9 +21,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update common Helm release to v1.4.0
- kind: changed
description: Update homepage URL
description: Replace PNG icon with SVG
artifacthub.io/links: |-
- name: App Source
url: https://github.com/sbs20/scanservjs
Expand Down
6 changes: 3 additions & 3 deletions charts/scanservjs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Scanservjs

<img src="https://raw.githubusercontent.com/sbs20/scanservjs/d28627ebec5cec6d30475a43bd101cc9c5e0961a/packages/client/src/icons/android-chrome-192x192.png" align="right" width="92" alt="scanservjs logo">
<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/scanservjs/icon.svg" align="right" width="92" alt="scanservjs logo">

![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat)
![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-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)

Expand All @@ -11,7 +11,7 @@ scanservjs is a web UI frontend for your scanner. It allows you to share one or
**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.6.0)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=scanservjs&version=0.6.1)**

## Source Code

Expand Down
1 change: 1 addition & 0 deletions charts/scanservjs/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 61825f1

Please sign in to comment.