This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/esphome/esphome](https://esphome.io/) ([source](https://redirect.github.com/esphome/esphome)) | patch | `bb201de` -> `65db4c2` | --- > [!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.6.3`](https://redirect.github.com/esphome/esphome/releases/tag/2025.6.3) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2025.6.2...2025.6.3) - \[uart] fix: missing uart_config_t struct initialisation [esphome#9235](https://redirect.github.com/esphome/esphome/pull/9235) by [@​Rezoran](https://redirect.github.com/Rezoran) - Fix api log client crashing when api encryption is dynamic [esphome#9245](https://redirect.github.com/esphome/esphome/pull/9245) by [@​jesserockz](https://redirect.github.com/jesserockz) - Fix crash when event last_event_type is null in web_server [esphome#9266](https://redirect.github.com/esphome/esphome/pull/9266) by [@​bdraco](https://redirect.github.com/bdraco) - \[http_request] allow retrieval of more than just the first header [esphome#9242](https://redirect.github.com/esphome/esphome/pull/9242) by [@​candrews](https://redirect.github.com/candrews) </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=-->
54 lines
1.2 KiB
YAML
54 lines
1.2 KiB
YAML
image:
|
|
repository: docker.io/esphome/esphome
|
|
pullPolicy: IfNotPresent
|
|
tag: 2025.6.3@sha256:65db4c2c9a7c202c2214c811aa38caf9ca61e102a05696b88db810d7686866e3
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
privileged: true
|
|
allowPrivilegeEscalation: true
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6052
|
|
targetPort: 6052
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env:
|
|
ESPHOME_DASHBOARD_USE_PING: false
|
|
ESPHOME_DASHBOARD_RELATIVE_URL: /
|
|
# ESPHOME_QUICKWIZARD:
|
|
# ESPHOME_IS_HASSIO:
|
|
# DISABLE_HA_AUTHENTICATION:
|
|
# USERNAME:
|
|
# PASSWORD:
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
# caches platformio packages to prevent excess downloads
|
|
cache:
|
|
enabled: true
|
|
mountPath: /cache
|
|
# caches compiled code to not require rebuilds
|
|
build:
|
|
enabled: true
|
|
mountPath: /build
|