Skip to content

Commit

Permalink
🐛 (home-assistant): Fix icon URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jun 25, 2023
1 parent a518115 commit ae79ec5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ helm delete my-<chart-name>
| [Hammond <img src='https://raw.githubusercontent.com/akhilrex/hammond/84cba2c7f26f6d3f81c49b132110b24ac97c7b49/ui/public/touch-icon.png' alt='hammond icon' width='18px' align='right' loading='lazy'>](charts/hammond/) | A self-hosted vehicle expense tracking system with support for multiple users. |
| [Headscale <img src='https://raw.githubusercontent.com/juanfont/headscale/56a7b1e34952c3e0306a134b2be9b4277f5d8d6e/docs/logo/headscale3-dots.svg' alt='headscale icon' width='18px' align='right' loading='lazy'>](charts/headscale/) | An open source, self-hosted implementation of the Tailscale control server. |
| [Healthchecks <img src='https://raw.githubusercontent.com/gabe565/charts/main/charts/healthchecks/icon.svg' alt='healthchecks icon' width='18px' align='right' loading='lazy'>](charts/healthchecks/) | A cron monitoring tool written in Python & Django |
| [Home Assistant <img src='https://raw.githubusercontent.com/home-assistant/assets/master/logo/logo-pretty.svg' alt='home-assistant icon' width='18px' align='right' loading='lazy'>](charts/home-assistant/) | Open source home automation that puts local control and privacy first. |
| [Home Assistant <img src='https://raw.githubusercontent.com/home-assistant/assets/9b782fe562cbd4e6139f9be17d8e7befafa5f945/logo/logo-pretty.svg' alt='home-assistant icon' width='18px' align='right' loading='lazy'>](charts/home-assistant/) | Open source home automation that puts local control and privacy first. |
| [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 |
Expand Down
8 changes: 4 additions & 4 deletions charts/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: home-assistant
description: Open source home automation that puts local control and privacy first.
home: https://charts.gabe565.com/charts/home-assistant/
icon: https://raw.githubusercontent.com/home-assistant/assets/master/logo/logo-pretty.svg
icon: https://raw.githubusercontent.com/home-assistant/assets/9b782fe562cbd4e6139f9be17d8e7befafa5f945/logo/logo-pretty.svg
type: application
version: 0.6.3
version: 0.6.4
# renovate datasource=docker depName=ghcr.io/home-assistant/home-assistant
appVersion: 2023.6.3
kubeVersion: ">=1.22.0-0"
Expand All @@ -25,8 +25,8 @@ sources:
- https://github.com/home-assistant/core
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/home-assistant/home-assistant Docker tag to v2023.6.3
- kind: fixed
description: Fixed icon URL
artifacthub.io/links: |-
- name: App Source
url: https://github.com/home-assistant/core
Expand Down
6 changes: 3 additions & 3 deletions charts/home-assistant/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Home Assistant

<img src="https://raw.githubusercontent.com/home-assistant/assets/master/logo/logo-pretty.svg" align="right" width="92" alt="home-assistant logo">
<img src="https://raw.githubusercontent.com/home-assistant/assets/9b782fe562cbd4e6139f9be17d8e7befafa5f945/logo/logo-pretty.svg" align="right" width="92" alt="home-assistant logo">

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

Expand All @@ -11,7 +11,7 @@ Open source home automation that puts local control and privacy first.
**Homepage:** <https://charts.gabe565.com/charts/home-assistant/>

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

## Source Code

Expand Down

0 comments on commit ae79ec5

Please sign in to comment.