Skip to content

Commit

Permalink
Merge pull request #218 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.1
  • Loading branch information
pree authored Sep 17, 2023
2 parents ea1ad0f + 17cf53c commit 4d5b792
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.42
appVersion: 0.3.42
version: 0.3.43
appVersion: 0.3.43
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.42](https://img.shields.io/badge/Version-0.3.42-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.42](https://img.shields.io/badge/AppVersion-0.3.42-informational?style=flat-square)
![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)

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.26.0"` | [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant) |
| homeassistant.targetRevision | string | `"1.27.1"` | [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.26.0"
targetRevision: "1.27.1"
# 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 4d5b792

Please sign in to comment.