[home-assistant] Upgrade app to 2022.3.2 (#1446)

This commit is contained in:
Skyler Mäntysaari 2022-03-07 20:50:40 +02:00 committed by GitHub
parent c82a11bf8b
commit a4d859efe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 2021.12.7
appVersion: 2022.3.2
description: Home Assistant
name: home-assistant
version: 12.0.1
version: 12.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- home-assistant
@ -36,4 +36,6 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgraded `postgresql` chart dependency to version `10.14.4`.
description: Easier maintainability by having to change appversion in one place.
- kind: changed
description: Upgraded `appVersion` to version `2022.3.2`.

View File

@ -7,9 +7,10 @@
image:
# -- image repository
repository: homeassistant/home-assistant
repository: ghcr.io/home-assistant/home-assistant
# -- image tag
tag: 2021.12.7
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: IfNotPresent