mirror of
https://github.com/truecharts/charts.git
synced 2026-07-19 02:41:22 -03:00
chore(helm): update image docker.io/esphome/esphome 2025.5.1 → 2025.5.2 (#36013)
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 <details> <summary>esphome/esphome (docker.io/esphome/esphome)</summary> ### [`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) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user