esphome update

This commit is contained in:
Philip Haupt
2025-08-24 02:20:01 +02:00
parent 981fae182c
commit d385d03662
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ spec:
spec: spec:
automountServiceAccountToken: true automountServiceAccountToken: true
containers: containers:
- image: esphome/esphome:2025.5.0 - image: esphome/esphome:2025.8.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3

View File

@@ -11,7 +11,7 @@ image:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag
tag: 2025.5.0 tag: 2025.8.0
# -- environment variables. # -- environment variables.
# @default -- See below # @default -- See below