diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index 3658ccb6..66c37724 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -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 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 20dff9ba..3156fc81 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.yaml @@ -8,7 +8,7 @@ image: repository: esphome/esphome pullPolicy: IfNotPresent - tag: 1.15.3 + tag: 1.16.2 strategy: type: Recreate