Skip to content

Commit

Permalink
🍱 (memos): Fix app icon not rendering on Artifact Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 3, 2023
1 parent 307dcd9 commit 58f5e35
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ helm delete my-<chart-name>
| [homer <img src='https://raw.githubusercontent.com/bastienwirtz/homer/5609315fe77da5441a9c3dda8d92c0ffe9f1bf17/public/assets/icons/logo.svg' alt='homer icon' width='18px' align='right' loading='lazy'>](charts/homer/) | A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file. |
| [limo ](charts/limo/) | A file upload server. |
| [matrimony <img src='https://raw.githubusercontent.com/gabe565/matrimony/b13163b384b27273080deb8d57d1222ba11337f9/frontend/public/img/logo.svg' alt='matrimony icon' width='18px' align='right' loading='lazy'>](charts/matrimony/) | Self-hosted wedding site configured via YAML |
| [memos <img src='https://raw.githubusercontent.com/usememos/memos/1ea65c0b6004942826ef36a19137721d0ec56be4/web/public/logo.webp' alt='memos icon' width='18px' align='right' loading='lazy'>](charts/memos/) | A lightweight, self-hosted memo hub. Open Source and Free forever. |
| [memos <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/memos/icon.png' alt='memos icon' width='18px' align='right' loading='lazy'>](charts/memos/) | A lightweight, self-hosted memo hub. Open Source and Free forever. |
| [miniflux <img src='https://raw.githubusercontent.com/miniflux/logo/40cb83cc5b190212ad29fb4d5db6b52b335e4dc2/icon.svg' alt='miniflux icon' width='18px' align='right' loading='lazy'>](charts/miniflux/) | Miniflux is a minimalist and opinionated feed reader. |
| [mnemonic-ninja <img src='https://raw.githubusercontent.com/gabe565/mnemonic-ninja/465602cd7093f62d611c69d7a91e520e4022fab9/src/assets/logo.svg' alt='mnemonic-ninja icon' width='12px' align='right' loading='lazy'>](charts/mnemonic-ninja/) | Mnemonic Ninja is a website to convert between a number and its corresponding word to aid in memorization. |
| [monica <img src='https://raw.githubusercontent.com/monicahq/monica/main/public/img/monica.svg' alt='monica icon' width='18px' align='right' loading='lazy'>](charts/monica/) | Personal CRM. Remember everything about your friends, family and business relationships. |
Expand Down
1 change: 1 addition & 0 deletions charts/memos/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
.vscode/
# helm-docs templates
*.gotmpl
icon.png
10 changes: 4 additions & 6 deletions charts/memos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: memos
description: A lightweight, self-hosted memo hub. Open Source and Free forever.
home: https://charts.gabe565.com/charts/memos
icon: https://raw.githubusercontent.com/usememos/memos/1ea65c0b6004942826ef36a19137721d0ec56be4/web/public/logo.webp
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/memos/icon.png
type: application
version: 0.2.0
version: 0.2.1
# renovate datasource=docker depName=neosmemo/memos
appVersion: 0.12.0
kubeVersion: ">=1.22.0-0"
Expand All @@ -20,10 +20,8 @@ sources:
- https://github.com/usememos/memos
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update neosmemo/memos Docker tag to v0.12.0
- kind: changed
description: Update app icon
- kind: fixed
description: Fix app icon not rendering on Artifact Hub
artifacthub.io/links: |-
- name: App Source
url: https://github.com/usememos/memos
Expand Down
6 changes: 3 additions & 3 deletions charts/memos/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# memos

<img src="https://raw.githubusercontent.com/usememos/memos/1ea65c0b6004942826ef36a19137721d0ec56be4/web/public/logo.webp" align="right" width="92" alt="memos logo">
<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/memos/icon.png" align="right" width="92" alt="memos logo">

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 0.12.0](https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ A lightweight, self-hosted memo hub. Open Source and Free forever.
**Homepage:** <https://charts.gabe565.com/charts/memos>

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

## Source Code

Expand Down
Binary file added charts/memos/icon.png
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 58f5e35

Please sign in to comment.