Skip to content

Commit

Permalink
🍱 (flame): Change icon from PNG to SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 31, 2023
1 parent 628611c commit 2ddf9b7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ helm delete my-<chart-name>
| [ChangeDetection.io <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/changedetection-io/icon.png' alt='changedetection-io icon' width='18px' align='right' loading='lazy'>](charts/changedetection-io/) | Live your data-life pro-actively, track website content changes and receive notifications via Discord, Email, Slack, Telegram and 70+ more. |
| [Domain Watch <img src='https://raw.githubusercontent.com/gabe565/domain-watch/ee028db206ea80c2617dd74a87193191a25a0a8a/assets/icon.svg' alt='domain-watch icon' width='18px' align='right' loading='lazy'>](charts/domain-watch/) | Tool to watch whois reports and notify when statuses change or expiration is incoming. |
| [ESPHome <img src='https://raw.githubusercontent.com/esphome/esphome-docs/019178551126f2d6a588a1f9ef50f60453041531/images/logo.svg' alt='esphome icon' width='18px' align='right' loading='lazy'>](charts/esphome/) | ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. |
| [Flame <img src='https://raw.githubusercontent.com/pawelmalak/flame/4ed29fe276b4282c67415f9788660df2a3a69b5c/client/public/icons/apple-touch-icon-180x180.png' alt='flame icon' width='18px' align='right' loading='lazy'>](charts/flame/) | Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors. |
| [Flame <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/flame/icon.svg' alt='flame icon' width='18px' align='right' loading='lazy'>](charts/flame/) | Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors. |
| [Generic Device Plugin ](charts/generic-device-plugin/) | The generic-device-plugin enables allocating generic Linux devices, such as serial devices, the FUSE device, or video cameras, to Kubernetes Pods |
| [Gotify <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/gotify/icon.svg' alt='gotify icon' width='18px' align='right' loading='lazy'>](charts/gotify/) | A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui) |
| [Hammond <img src='https://raw.githubusercontent.com/akhilrex/hammond/84cba2c7f26f6d3f81c49b132110b24ac97c7b49/ui/public/touch-icon.png' alt='hammond icon' width='18px' align='right' loading='lazy'>](charts/hammond/) | A self-hosted vehicle expense tracking system with support for multiple users. |
Expand Down
1 change: 1 addition & 0 deletions charts/flame/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
.vscode/
# helm-docs templates
*.gotmpl
icon.svg
6 changes: 3 additions & 3 deletions charts/flame/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: flame
description: Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors.
home: https://charts.gabe565.com/charts/flame/
icon: https://raw.githubusercontent.com/pawelmalak/flame/4ed29fe276b4282c67415f9788660df2a3a69b5c/client/public/icons/apple-touch-icon-180x180.png
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/flame/icon.svg
type: application
version: 0.5.1
version: 0.5.2
# renovate datasource=docker depName=pawelmalak/flame
appVersion: multiarch2.3.1
kubeVersion: ">=1.22.0-0"
Expand All @@ -22,7 +22,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update pawelmalak/flame Docker tag to multiarch2.3.1
description: Change icon from PNG to SVG
artifacthub.io/links: |-
- name: App Source
url: https://github.com/pawelmalak/flame
Expand Down
6 changes: 3 additions & 3 deletions charts/flame/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Flame

<img src="https://raw.githubusercontent.com/pawelmalak/flame/4ed29fe276b4282c67415f9788660df2a3a69b5c/client/public/icons/apple-touch-icon-180x180.png" align="right" width="92" alt="flame logo">
<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/flame/icon.svg" align="right" width="92" alt="flame logo">

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

Expand All @@ -11,7 +11,7 @@ Flame is self-hosted startpage for your server. Easily manage your apps and book
**Homepage:** <https://charts.gabe565.com/charts/flame/>

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

## Source Code

Expand Down
1 change: 1 addition & 0 deletions charts/flame/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 2ddf9b7

Please sign in to comment.