Skip to content

Commit

Permalink
docs(readme): dynamic badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor Pichner committed Jan 7, 2024
1 parent 0c384e1 commit 74e8608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ha-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
title: 'bump(home-assistant): update app version'
body: 'Automatically updated Home Assistant app versions'
commit-message: 'bump(home-assistant): appVersion $stable_tag'
commit-message: 'bump(home-assistant): appVersion ${{ env.stable_tag }}'
branch-suffix: timestamp
4 changes: 2 additions & 2 deletions charts/home-assistant/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# home-assistant

![Version: 0.2.12](https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2023.12.4](https://img.shields.io/badge/AppVersion-2023.12.4-informational?style=flat-square)
![GitHub Release](https://img.shields.io/github/v/release/95gabor/home-charts?style=flat-square&filter=home-assistant-*) ![Chart Type](https://img.shields.io/badge/dynamic/yaml?style=flat-square&url=https%3A%2F%2Fraw.githubusercontent.com%2F95gabor%2Fhome-charts%2Fmain%2Fcharts%2Fhome-assistant%2FChart.yaml&query=%24.type&label=Type) ![App Version](https://img.shields.io/badge/dynamic/yaml?style=flat-square&url=https%3A%2F%2Fraw.githubusercontent.com%2F95gabor%2Fhome-charts%2Fmain%2Fcharts%2Fhome-assistant%2FChart.yaml&query=%24.version&label=AppVersion)

A Helm chart for Kubernetes
Home Assistant Helm chart for Kubernetes

## Values

Expand Down

0 comments on commit 74e8608

Please sign in to comment.