chore(helm): update image docker.io/esphome/esphome 2025.8.2 → 2025.8.3 (#39123)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/esphome/esphome](https://esphome.io/) ([source](https://redirect.github.com/esphome/esphome)) | patch | `3f1fadf` -> `e9012ab` | --- > [!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.8.3`](https://redirect.github.com/esphome/esphome/releases/tag/2025.8.3) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.8.2...2025.8.3) - \[mcp4461] Fix reading level [esphome#10479](https://redirect.github.com/esphome/esphome/pull/10479) by [@​p1ngb4ck](https://redirect.github.com/p1ngb4ck) - Fix incorrect entity count due to undefined execution order with globals [esphome#10497](https://redirect.github.com/esphome/esphome/pull/10497) by [@​bdraco](https://redirect.github.com/bdraco) - \[mipi\_dsi] Fix config for Guition screen [esphome#10464](https://redirect.github.com/esphome/esphome/pull/10464) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[mcp4461] Fix read transaction [esphome#10465](https://redirect.github.com/esphome/esphome/pull/10465) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[esp32] Rebuild when idf\_component.yml changes [esphome#10540](https://redirect.github.com/esphome/esphome/pull/10540) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[i2c] Fix bug in write\_register16 [esphome#10547](https://redirect.github.com/esphome/esphome/pull/10547) by [@​latonita](https://redirect.github.com/latonita) - \[esp32] Clear IDF environment variables [esphome#10527](https://redirect.github.com/esphome/esphome/pull/10527) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[api] Fix VERY\_VERBOSE logging compilation error with bool arrays [esphome#10539](https://redirect.github.com/esphome/esphome/pull/10539) by [@​bdraco](https://redirect.github.com/bdraco) </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:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2025.8.2
|
||||
appVersion: 2025.8.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.16.5
|
||||
@@ -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: 23.5.3
|
||||
version: 23.5.4
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/esphome/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2025.8.2@sha256:3f1fadf4af9b00b2c6f67996b8145c736e92dcbb2209b91b8af194d1c6b4b279
|
||||
tag: 2025.8.3@sha256:e9012abac35468550f52eaff6e903e41cd50fcd5609c43ca75a27e66c0355de4
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user