Skip to content

Commit

Permalink
Merge pull request #417 from pree/renovate/home-assistant-1.x
Browse files Browse the repository at this point in the history
chore(deps): update helm release home-assistant to v1.47.3
  • Loading branch information
pree authored Oct 2, 2024
2 parents ab11292 + ce30c67 commit 238be93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/ha-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: ha-apps
description: Argo CD app-of-apps config for home automation applications
type: application
# version and appVersion are in sync in this chart!
version: 0.3.71
appVersion: 0.3.71
version: 0.3.72
appVersion: 0.3.72
home: https://github.com/pree/helm-charts/tree/master/charts/ha-apps
sources:
- https://github.com/pree/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/ha-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ha-apps

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

Argo CD app-of-apps config for home automation applications

Expand Down Expand Up @@ -31,7 +31,7 @@ Argo CD app-of-apps config for home automation applications
| homeassistant.destination.namespace | string | `"ha-apps"` | Namespace |
| homeassistant.enabled | bool | `false` | Enable Home Assistant |
| homeassistant.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
| homeassistant.targetRevision | string | `"1.47.2"` | [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant) |
| homeassistant.targetRevision | string | `"1.47.3"` | [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant) |
| homeassistant.values | object | [upstream values](https://github.com/pree/helm-charts/blob/master/charts/home-assistant/values.yaml) | Helm values |
| mosquitto | object | [example](./examples/mosquitto.yaml) | [Mosquitto](https://mosquitto.org/) |
| mosquitto.chart | string | `"mosquitto"` | Chart |
Expand Down
2 changes: 1 addition & 1 deletion charts/ha-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homeassistant:
# homeassistant.chart -- Chart
chart: "home-assistant"
# homeassistant.targetRevision -- [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant)
targetRevision: "1.47.2"
targetRevision: "1.47.3"
# homeassistant.values -- Helm values
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/home-assistant/values.yaml)
values: {}
Expand Down

0 comments on commit 238be93

Please sign in to comment.