diff --git a/README.md b/README.md index ac1762673..dea46980a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ helm delete my- | [homer homer icon](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 matrimony icon](charts/matrimony/) | Self-hosted wedding site configured via YAML | -| [memos memos icon](charts/memos/) | A lightweight, self-hosted memo hub. Open Source and Free forever. | +| [memos memos icon](charts/memos/) | A lightweight, self-hosted memo hub. Open Source and Free forever. | | [miniflux miniflux icon](charts/miniflux/) | Miniflux is a minimalist and opinionated feed reader. | | [mnemonic-ninja mnemonic-ninja icon](charts/mnemonic-ninja/) | Mnemonic Ninja is a website to convert between a number and its corresponding word to aid in memorization. | | [monica monica icon](charts/monica/) | Personal CRM. Remember everything about your friends, family and business relationships. | diff --git a/charts/memos/.helmignore b/charts/memos/.helmignore index f56cea6b7..1ac7dada7 100644 --- a/charts/memos/.helmignore +++ b/charts/memos/.helmignore @@ -23,3 +23,4 @@ .vscode/ # helm-docs templates *.gotmpl +icon.png diff --git a/charts/memos/Chart.yaml b/charts/memos/Chart.yaml index 2f08be6b4..9d31f07bd 100644 --- a/charts/memos/Chart.yaml +++ b/charts/memos/Chart.yaml @@ -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" @@ -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 diff --git a/charts/memos/README.md b/charts/memos/README.md index d65f63785..0467e3c33 100644 --- a/charts/memos/README.md +++ b/charts/memos/README.md @@ -1,8 +1,8 @@ # memos -memos logo +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) @@ -11,7 +11,7 @@ A lightweight, self-hosted memo hub. Open Source and Free forever. **Homepage:** **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 diff --git a/charts/memos/icon.png b/charts/memos/icon.png new file mode 100644 index 000000000..691176395 Binary files /dev/null and b/charts/memos/icon.png differ