diff --git a/esphome/main.yaml b/esphome/main.yaml index 1265335..b129580 100644 --- a/esphome/main.yaml +++ b/esphome/main.yaml @@ -64,7 +64,7 @@ spec: spec: automountServiceAccountToken: true containers: - - image: esphome/esphome:2025.5.0 + - image: esphome/esphome:2025.8.0 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 diff --git a/esphome/src/values.yaml b/esphome/src/values.yaml index 2186aab..12b3ee9 100644 --- a/esphome/src/values.yaml +++ b/esphome/src/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 2025.5.0 + tag: 2025.8.0 # -- environment variables. # @default -- See below