Skip to content

Commit

Permalink
✨ (ascii-telnet): Add app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 26, 2023
1 parent 27d17a8 commit b14ee56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ helm delete my-<chart-name>

| Chart | Description |
| ----- | ----------- |
| [ascii-telnet ](charts/ascii-telnet/) | Star Wars telnet server |
| [ascii-telnet <img src='https://raw.githubusercontent.com/gabe565/ascii-telnet-go/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg' alt='ascii-telnet icon' width='18px' align='right' loading='lazy'>](charts/ascii-telnet/) | Star Wars telnet server |
| [bookstack <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/bookstack/icon.svg' alt='bookstack icon' width='18px' align='right' loading='lazy'>](charts/bookstack/) | A simple, self-hosted, easy-to-use platform for organising and storing information. |
| [borgmatic <img src='https://raw.githubusercontent.com/borgmatic-collective/borgmatic/1.6.6/docs/static/borgmatic.svg' alt='borgmatic icon' width='18px' align='right' loading='lazy'>](charts/borgmatic/) | borgmatic is simple, configuration-driven backup software for servers and workstations. Protect your files with client-side encryption. Backup your databases too. Monitor it all with integrated third-party services. |
| [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. |
Expand Down
7 changes: 4 additions & 3 deletions charts/ascii-telnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ apiVersion: v2
name: ascii-telnet
description: Star Wars telnet server
home: https://charts.gabe565.com/charts/ascii-telnet
icon: https://raw.githubusercontent.com/gabe565/ascii-telnet-go/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg
type: application
version: 0.3.2
version: 0.3.3
# renovate datasource=docker depName=ghcr.io/gabe565/ascii-telnet-go
appVersion: latest
kubeVersion: ">=1.22.0-0"
Expand All @@ -21,5 +22,5 @@ sources:
- https://github.com/gabe565/ascii-telnet-rust
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update common Helm release to v1.3.2
- kind: added
description: Add app icon
4 changes: 3 additions & 1 deletion charts/ascii-telnet/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ascii-telnet

![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat)
<img src="https://raw.githubusercontent.com/gabe565/ascii-telnet-go/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg" align="right" width="92" alt="ascii-telnet logo" style="padding-left: 20px">

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

Expand Down

0 comments on commit b14ee56

Please sign in to comment.