This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/esphome](https://ghcr.io/trueforge-org/esphome) ([source](https://redirect.github.com/esphome/esphome)) | patch | `1c4c08d` -> `27c3c03` | --- > [!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 (oci.trueforge.org/containerforge/esphome)</summary> ### [`v2026.1.4`](https://redirect.github.com/esphome/esphome/releases/tag/2026.1.4) [Compare Source](https://redirect.github.com/esphome/esphome/compare/2026.1.3...2026.1.4) - \[mipi\_spi] Fix log\_pin() FlashStringHelper compatibility [esphome#13624](https://redirect.github.com/esphome/esphome/pull/13624) by [@​J0k3r2k1](https://redirect.github.com/J0k3r2k1) - \[max7219] Allocate buffer in constructor [esphome#13660](https://redirect.github.com/esphome/esphome/pull/13660) by [@​swoboda1337](https://redirect.github.com/swoboda1337) - \[mqtt] resolve warnings related to use of ip.str() [esphome#13719](https://redirect.github.com/esphome/esphome/pull/13719) by [@​rwrozelle](https://redirect.github.com/rwrozelle) - \[core] Add missing uint32\_t ID overloads for defer() and cancel\_defer() [esphome#13720](https://redirect.github.com/esphome/esphome/pull/13720) by [@​bdraco](https://redirect.github.com/bdraco) - \[http\_request] Fix requests taking full timeout when response is already complete [esphome#13649](https://redirect.github.com/esphome/esphome/pull/13649) by [@​bdraco](https://redirect.github.com/bdraco) - \[cse7766] Fix power reading stuck when load switches off [esphome#13734](https://redirect.github.com/esphome/esphome/pull/13734) by [@​bdraco](https://redirect.github.com/bdraco) - \[wifi] Fix wifi.connected condition returning false in connect state listener automations [esphome#13733](https://redirect.github.com/esphome/esphome/pull/13733) by [@​bdraco](https://redirect.github.com/bdraco) - \[ultrasonic] adjust timeouts and bring the parameter back [esphome#13738](https://redirect.github.com/esphome/esphome/pull/13738) by [@​ssieb](https://redirect.github.com/ssieb) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZXNwaG9tZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
54 lines
1.2 KiB
YAML
54 lines
1.2 KiB
YAML
image:
|
|
repository: oci.trueforge.org/containerforge/esphome
|
|
pullPolicy: IfNotPresent
|
|
tag: "2026.1.4@sha256:27c3c033ab4fbb977bff1422871fed9da8c604a6ed562ed074c6902824d0bf04"
|
|
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
|