chore(helm): update image docker.io/esphome/esphome 2025.3.2 → 2025.3.3 (#33872)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/esphome/esphome](https://esphome.io/) ([source](https://redirect.github.com/esphome/esphome)) | patch | `7f0095c` -> `28f07a8` | --- > [!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.3.3`](https://redirect.github.com/esphome/esphome/releases/tag/2025.3.3) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.3.2...2025.3.3) - \[display] Don't assume glyph x_offset is zero. [esphome#8473](https://redirect.github.com/esphome/esphome/pull/8473) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - Bump ESP mdns to 1.8.2 [esphome#8482](https://redirect.github.com/esphome/esphome/pull/8482) by [@​bdraco](https://redirect.github.com/bdraco) - \[speaker] Bugfix: Media player always unpauses when receiving a stop command [esphome#8474](https://redirect.github.com/esphome/esphome/pull/8474) by [@​kahrendt](https://redirect.github.com/kahrendt) - \[lvgl] Implement switch restore [esphome#8481](https://redirect.github.com/esphome/esphome/pull/8481) by [@​clydebarrow](https://redirect.github.com/clydebarrow) - \[speaker] Bugfixes: two pause state issues [esphome#8488](https://redirect.github.com/esphome/esphome/pull/8488) by [@​kahrendt](https://redirect.github.com/kahrendt) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2025.3.2
|
||||
appVersion: 2025.3.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -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: 22.1.1
|
||||
version: 22.1.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/esphome/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2025.3.2@sha256:7f0095c15c4b109828d3c9ef979cb567e0c4c383f754be768f32592343be35c7
|
||||
tag: 2025.3.3@sha256:28f07a8feb0b035924b6fb32424fe792b70af85f9849f5ae6ffe52b3e4388c29
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user