From 4808b4ecb35b6af49e19adf388350ec3876bfe91 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 4 Nov 2025 09:31:27 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/espho?= =?UTF-8?q?me/esphome=202025.10.3=20=E2=86=92=202025.10.4=20(#41402)?= 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 | `7cc2583` -> `5855694` | --- > [!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.10.4`](https://redirect.github.com/esphome/esphome/releases/tag/2025.10.4) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.10.3...2025.10.4) - \[uart] Fix order of initialization calls [esphome#11510](https://redirect.github.com/esphome/esphome/pull/11510) by [@​kbx81](https://redirect.github.com/kbx81) - Fix the LiberTiny bug with UART pin setup [esphome#11518](https://redirect.github.com/esphome/esphome/pull/11518) by [@​asergunov](https://redirect.github.com/asergunov) - \[mipi\_rgb] Fix rotation with custom model [esphome#11585](https://redirect.github.com/esphome/esphome/pull/11585) by [@​clydebarrow](https://redirect.github.com/clydebarrow) (new-feature) - \[lvgl] Fix nested lambdas in automations unable to access parameters [esphome#11583](https://redirect.github.com/esphome/esphome/pull/11583) by [@​bdraco](https://redirect.github.com/bdraco) - \[image] Catch and report svg load errors [esphome#11619](https://redirect.github.com/esphome/esphome/pull/11619) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[lvgl] Fix event for binary sensor [esphome#11636](https://redirect.github.com/esphome/esphome/pull/11636) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[sdl] Fix keymappings [esphome#11635](https://redirect.github.com/esphome/esphome/pull/11635) by [@​clydebarrow](https://redirect.github.com/clydebarrow)
--- ### 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 968ab21166a..69ebd79241e 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 2025.10.3 +appVersion: 2025.10.4 dependencies: - name: common version: 28.26.3 @@ -38,5 +38,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/esphome - https://hub.docker.com/r/esphome/esphome type: application -version: 23.15.5 +version: 23.15.6 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 7989088890e..aed21bfbf17 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.10.3@sha256:7cc2583ae4deec9c8839011f06c0bcbdc8f04c79f0d49e9a121b9401c0b00d02 + tag: 2025.10.4@sha256:5855694472a00c7e71176ac7f4cae3fd6366228532354ceda67eac5679e39cf3 securityContext: container: runAsNonRoot: false