chore(helm): update image docker.io/esphome/esphome 2025.10.3 → 2025.10.4 (#41402)
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 <details> <summary>esphome/esphome (docker.io/esphome/esphome)</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user