mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[home-assistant] Upgrade app to 2022.3.2 (#1446)
This commit is contained in:
parent
c82a11bf8b
commit
a4d859efe5
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2021.12.7
|
appVersion: 2022.3.2
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 12.0.1
|
version: 12.1.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- home-assistant
|
- home-assistant
|
||||||
@ -36,4 +36,6 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- 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`.
|
||||||
|
@ -7,9 +7,10 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: homeassistant/home-assistant
|
repository: ghcr.io/home-assistant/home-assistant
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: 2021.12.7
|
# @default -- chart.appVersion
|
||||||
|
tag:
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user