diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index d2b8ddb0945..411e29859a3 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -1,36 +1,36 @@ -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' apiVersion: v2 name: esphome -version: 16.0.11 -appVersion: 2023.11.6 +version: 16.1.0 +appVersion: 2023.12.3 description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. home: https://truecharts.org/charts/stable/esphome icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png deprecated: false sources: - - https://github.com/esphome/esphome - - https://github.com/truecharts/charts/tree/master/charts/stable/esphome - - https://hub.docker.com/r/esphome/esphome + - https://github.com/esphome/esphome + - https://github.com/truecharts/charts/tree/master/charts/stable/esphome + - https://hub.docker.com/r/esphome/esphome maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - esphome + - esphome dependencies: - - name: common - version: 16.2.21 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 16.2.21 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: - max_scale_version: 23.10.2 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: tools - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable + max_scale_version: 23.10.2 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: tools + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable type: application diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index e80f727b9ed..d05b6372f91 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.yaml @@ -1,7 +1,7 @@ image: repository: esphome/esphome pullPolicy: IfNotPresent - tag: 2023.11.6@sha256:783e2131fcff2c457846339a80f6ed981e58e5f86de3578f742e3bed87f7d5b2 + tag: 2023.12.3@sha256:ec551362ab32e4086bd65b2c6baf43cc9a8cd3acc97c563ed9c8eb8a53be9b22 securityContext: container: runAsNonRoot: false