Skip to content

Commit

Permalink
🍱 (obico): Fix app icon scaling on Artifact Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 3, 2023
1 parent 58f5e35 commit b2d46e2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ helm delete my-<chart-name>
| [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. |
| [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/TheSpaghettiDetective/OctoPrint-Obico/master/octoprint_obico/static/img/logo-square.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. |
| [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. |
| [pictshare <img src='https://camo.githubusercontent.com/6efdab1c63d518fafc5e735001c5ed45e7cbd4958952cdd972e2630eee881d97/68747470733a2f2f7069637473686172652e6e65742f706868796e6a2e706e67' alt='pictshare icon' width='18px' align='right' loading='lazy'>](charts/pictshare/) | PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. |
| [podgrab ](charts/podgrab/) | A self-hosted podcast manager to download episodes as soon as they become live. |
| [portfolio <img src='https://raw.githubusercontent.com/gabe565/portfolio/0f0e80ce2f29e9382a64e7fc6fe2ed1a9993971b/public/android-chrome-512x512.png' alt='portfolio icon' width='18px' align='right' loading='lazy'>](charts/portfolio/) | My personal portfolio website |
Expand Down
1 change: 1 addition & 0 deletions charts/obico/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
.vscode/
# helm-docs templates
*.gotmpl
icon.svg
10 changes: 4 additions & 6 deletions charts/obico/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: obico
description: Obico is a community-built, open-source smart 3D printing platform used by makers, enthusiasts, and tinkerers around the world.
home: https://charts.gabe565.com/charts/obico
icon: https://raw.githubusercontent.com/TheSpaghettiDetective/OctoPrint-Obico/master/octoprint_obico/static/img/logo-square.svg
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/obico/icon.svg
type: application
version: 0.0.8
version: 0.0.9
appVersion: sha-05d74ae305f9dcb4f18c404ae4b13972cb69f9b7
kubeVersion: ">=1.22.0-0"
keywords:
Expand All @@ -23,10 +23,8 @@ sources:
- https://github.com/gabe565/docker-obico
annotations:
artifacthub.io/changes: |-
- kind: added
description: Add Artifact Hub links annotation
- kind: changed
description: Update issue link
- kind: fixed
description: Fix app icon scaling on Artifact Hub
artifacthub.io/links: |-
- name: App Source
url: https://github.com/TheSpaghettiDetective/obico-server
Expand Down
6 changes: 3 additions & 3 deletions charts/obico/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# obico

<img src="https://raw.githubusercontent.com/TheSpaghettiDetective/OctoPrint-Obico/master/octoprint_obico/static/img/logo-square.svg" align="right" width="92" alt="obico logo">
<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/obico/icon.svg" align="right" width="92" alt="obico logo">

![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat)
![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: sha-05d74ae305f9dcb4f18c404ae4b13972cb69f9b7](https://img.shields.io/badge/AppVersion-sha--05d74ae305f9dcb4f18c404ae4b13972cb69f9b7-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ Obico is a community-built, open-source smart 3D printing platform used by maker
**Homepage:** <https://charts.gabe565.com/charts/obico>

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

## Source Code

Expand Down
3 changes: 3 additions & 0 deletions charts/obico/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 b2d46e2

Please sign in to comment.