dae681e1dd
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)) | digest | `ce686d1` → `12ef4aa` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9lc3Bob21lIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
55 lines
1.3 KiB
YAML
55 lines
1.3 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/esphome
|
|
pullPolicy: IfNotPresent
|
|
tag: "2026.6.4@sha256:12ef4aa947f703f552e86dc106181244877e154039826c89fed217e0dc3aeeb7"
|
|
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
|