[esphome] Update image version to 1.16.2 (#733)

Signed-off-by: Fabio Brito d'Araujo e Oliveira <psychopenguin@gmail.com>
This commit is contained in:
Fabio Brito d'Araujo e Oliveira 2021-03-29 12:28:38 +02:00 committed by GitHub
parent 02bb8528b6
commit c98cae2e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.15.3
appVersion: 1.16.2
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
name: esphome
version: 6.0.1
version: 6.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- esphome

View File

@ -8,7 +8,7 @@
image:
repository: esphome/esphome
pullPolicy: IfNotPresent
tag: 1.15.3
tag: 1.16.2
strategy:
type: Recreate