Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release home-assistant to v1.26.0 #214

Merged
merged 1 commit into from
Sep 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.41
appVersion: 0.3.41
version: 0.3.42
appVersion: 0.3.42
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.41](https://img.shields.io/badge/Version-0.3.41-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.41](https://img.shields.io/badge/AppVersion-0.3.41-informational?style=flat-square)
![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)

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.25.1"` | [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant) |
| homeassistant.targetRevision | string | `"1.26.0"` | [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.25.1"
targetRevision: "1.26.0"
# homeassistant.values -- Helm values
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/home-assistant/values.yaml)
values: {}
Expand Down
Loading