From 3b284ed3c49676ec4a393573915cb7caa772bef7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 6 Jun 2025 02:30:18 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/espho?= =?UTF-8?q?me/esphome=202025.5.1=20=E2=86=92=202025.5.2=20(#36013)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/esphome/esphome](https://esphome.io/) ([source](https://redirect.github.com/esphome/esphome)) | patch | `f7c2c97` -> `cea8ffe` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
esphome/esphome (docker.io/esphome/esphome) ### [`v2025.5.2`](https://redirect.github.com/esphome/esphome/releases/tag/2025.5.2) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.5.1...2025.5.2) - \[i2s-audio] ensure mic task isn't pinned to a core [esphome#8879](https://redirect.github.com/esphome/esphome/pull/8879) by [@​kahrendt](https://redirect.github.com/kahrendt) - \[rp2040] use low-level control for ISR gpio and add IRAM_ATTR [esphome#8950](https://redirect.github.com/esphome/esphome/pull/8950) by [@​ssieb](https://redirect.github.com/ssieb) - \[esp8266] fix isr pin [esphome#8981](https://redirect.github.com/esphome/esphome/pull/8981) by [@​ssieb](https://redirect.github.com/ssieb) - \[debug] Make sensors work without logger debug level [esphome#8980](https://redirect.github.com/esphome/esphome/pull/8980) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - Fix logger stack overflow [esphome#8988](https://redirect.github.com/esphome/esphome/pull/8988) by [@​bdraco](https://redirect.github.com/bdraco)
--- ### 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://redirect.github.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 192a2f4d385..2f5f821dce0 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2025.5.1 +appVersion: 2025.5.2 dependencies: - name: common version: 25.4.10 @@ -35,5 +35,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/esphome - https://hub.docker.com/r/esphome/esphome type: application -version: 22.3.0 +version: 22.3.1 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 344faaa3806..91374e09773 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/esphome/esphome pullPolicy: IfNotPresent - tag: 2025.5.1@sha256:f7c2c9730e60431507ed217f8773ce8d1688ba1c29d0ef3ef8b1df22514e5240 + tag: 2025.5.2@sha256:cea8ffe21995045d0a60c96f4e39bfa04e4348c2ff17444d7d3b0e94af3a9d9b securityContext: container: runAsNonRoot: false