From 318b56d0bc6049a081fab87e9ebc2ebe591997c6 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 25 Jun 2024 08:34:15 +0200 Subject: [PATCH] chore(deps): update container image esphome/esphome to v2024.6.2@6e65902 by renovate (#23766) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | esphome/esphome | patch | `2024.6.1` -> `2024.6.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/esphome/Chart.yaml | 4 ++-- charts/stable/esphome/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index 5b7e3db360e..7f3abf65e80 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2024.6.1 +appVersion: 2024.6.2 dependencies: - name: common version: 24.1.2 @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/esphome - https://hub.docker.com/r/esphome/esphome type: application -version: 21.2.2 +version: 21.2.3 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 8b022e38086..b47ff7e30ea 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.yaml @@ -1,7 +1,7 @@ image: repository: esphome/esphome pullPolicy: IfNotPresent - tag: 2024.6.1@sha256:0c1e1adc51df8752d1ef88bba7e5b76b518884867342397336f5430a21083c45 + tag: 2024.6.2@sha256:6e659021515743b3d0d988084edcf31a777829f23e2d1c13b87901fa899bbce6 securityContext: container: runAsNonRoot: false