[home-assistant] upgrade image tag to 2021.4.1 (#775)

This commit is contained in:
Fabio Brito d'Araujo e Oliveira 2021-04-09 20:19:28 +02:00 committed by GitHub
parent a3ac7d6c76
commit def2785528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2021.3.4
description: Home Assistant
name: home-assistant
version: 7.3.0
version: 7.4.0
kubeVersion: ">=1.16.0-0"
keywords:
- home-assistant

View File

@ -8,7 +8,7 @@
image:
repository: homeassistant/home-assistant
pullPolicy: IfNotPresent
tag: 2021.3.4
tag: 2021.4.1
strategy:
type: Recreate