Skip to content

Commit 32c35f5

Browse files
authored
chore(deps): update helm release home-assistant to v1.67.0 (#592)
1 parent 88ad4df commit 32c35f5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/ha-apps/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: ha-apps
33
description: Argo CD app-of-apps config for home automation applications
44
type: application
55
# version and appVersion are in sync in this chart!
6-
version: 0.3.93
7-
appVersion: 0.3.93
6+
version: 0.3.94
7+
appVersion: 0.3.94
88
home: https://github.com/pree/helm-charts/tree/master/charts/ha-apps
99
sources:
1010
- https://github.com/pree/helm-charts

charts/ha-apps/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ha-apps
22

3-
![Version: 0.3.93](https://img.shields.io/badge/Version-0.3.93-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.93](https://img.shields.io/badge/AppVersion-0.3.93-informational?style=flat-square)
3+
![Version: 0.3.94](https://img.shields.io/badge/Version-0.3.94-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.94](https://img.shields.io/badge/AppVersion-0.3.94-informational?style=flat-square)
44

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

@@ -31,7 +31,7 @@ Argo CD app-of-apps config for home automation applications
3131
| homeassistant.destination.namespace | string | `"ha-apps"` | Namespace |
3232
| homeassistant.enabled | bool | `false` | Enable Home Assistant |
3333
| homeassistant.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
34-
| homeassistant.targetRevision | string | `"1.66.0"` | [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant) |
34+
| homeassistant.targetRevision | string | `"1.67.0"` | [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant) |
3535
| homeassistant.values | object | [upstream values](https://github.com/pree/helm-charts/blob/master/charts/home-assistant/values.yaml) | Helm values |
3636
| mosquitto | object | [example](./examples/mosquitto.yaml) | [Mosquitto](https://mosquitto.org/) |
3737
| mosquitto.chart | string | `"mosquitto"` | Chart |

charts/ha-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ homeassistant:
1313
# homeassistant.chart -- Chart
1414
chart: "home-assistant"
1515
# homeassistant.targetRevision -- [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant)
16-
targetRevision: "1.66.0"
16+
targetRevision: "1.67.0"
1717
# homeassistant.values -- Helm values
1818
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/home-assistant/values.yaml)
1919
values: {}

0 commit comments

Comments
 (0)