Skip to content

Commit

Permalink
Merge pull request #228 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.27.2
  • Loading branch information
pree authored Sep 24, 2023
2 parents e5e25b8 + b602a78 commit 3c91f71
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.43
appVersion: 0.3.43
version: 0.3.44
appVersion: 0.3.44
home: https://git.reeb.io/pree/helm-charts/src/branch/master/charts/ha-apps
sources:
- https://git.reeb.io/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.43](https://img.shields.io/badge/Version-0.3.43-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.43](https://img.shields.io/badge/AppVersion-0.3.43-informational?style=flat-square)
![Version: 0.3.44](https://img.shields.io/badge/Version-0.3.44-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.44](https://img.shields.io/badge/AppVersion-0.3.44-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.27.1"` | [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant) |
| homeassistant.targetRevision | string | `"1.27.2"` | [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.27.1"
targetRevision: "1.27.2"
# 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 3c91f71

Please sign in to comment.