Skip to content

Commit

Permalink
fix(monica): Update chart icon URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Sep 6, 2023
1 parent 30476ba commit 3230e25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Also available on [ArtifactHub](https://artifacthub.io/packages/search?repo=gabe
| [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. |
| [Monica <img src='https://raw.githubusercontent.com/monicahq/monica/aa98c09d9dee3dae91b14fd724cfb73343b41e5e/public/img/favicon.svg' alt='monica icon' width='18px' align='right' loading='lazy'>](charts/monica/) | Personal CRM. Remember everything about your friends, family and business relationships. |
| [Nightscout <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/nightscout/icon.svg' alt='nightscout icon' width='18px' align='right' loading='lazy'>](charts/nightscout/) | Web-based CGM (Continuous Glucose Monitor) to allow multiple caregivers to remotely view a patient's glucose data in real time. |
| [Obico <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/obico/icon.svg' alt='obico icon' width='18px' align='right' loading='lazy'>](charts/obico/) | Obico is a community-built, open-source smart 3D printing platform used by makers, enthusiasts, and tinkerers around the world. |
| [Paperless-ngx <img src='https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750d558b58018d1d3393db145d162d44fceb/src-ui/src/assets/logo-notext.svg' alt='paperless-ngx icon' width='18px' align='right' loading='lazy'>](charts/paperless-ngx/) | A community-supported supercharged version of paperless: scan, index and archive all your physical documents |
Expand Down
12 changes: 4 additions & 8 deletions charts/monica/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: monica
description: Personal CRM. Remember everything about your friends, family and business relationships.
home: https://charts.gabe565.com/charts/monica/
icon: https://raw.githubusercontent.com/monicahq/monica/main/public/img/monica.svg
icon: https://raw.githubusercontent.com/monicahq/monica/aa98c09d9dee3dae91b14fd724cfb73343b41e5e/public/img/favicon.svg
type: application
version: 0.7.1
version: 0.7.2
# renovate datasource=docker depName=monica
appVersion: 4.0.0-fpm-alpine
kubeVersion: ">=1.22.0-0"
Expand All @@ -22,12 +22,8 @@ dependencies:
condition: mariadb.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update common Helm release to v1.5.1
- kind: changed
description: Update mariadb Helm release to v11.5.7
- kind: added
description: Add OCI install docs
- kind: fixed
description: Update chart icon URL
artifacthub.io/links: |-
- name: App Source
url: https://github.com/monicahq/monica
Expand Down
6 changes: 3 additions & 3 deletions charts/monica/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Monica

<img src="https://raw.githubusercontent.com/monicahq/monica/main/public/img/monica.svg" align="right" width="92" alt="monica logo">
<img src="https://raw.githubusercontent.com/monicahq/monica/aa98c09d9dee3dae91b14fd724cfb73343b41e5e/public/img/favicon.svg" align="right" width="92" alt="monica logo">

![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat)
![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 4.0.0-fpm-alpine](https://img.shields.io/badge/AppVersion-4.0.0--fpm--alpine-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ Personal CRM. Remember everything about your friends, family and business relati
**Homepage:** <https://charts.gabe565.com/charts/monica/>

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

## Source Code

Expand Down

0 comments on commit 3230e25

Please sign in to comment.