-
-
Notifications
You must be signed in to change notification settings - Fork 19
feat(container): update image ghcr.io/koenkk/zigbee2mqtt (2.4.0 → 2.5.0) #3946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
--- HelmRelease: default/mosquitto Deployment: default/mosquitto
+++ HelmRelease: default/mosquitto Deployment: default/mosquitto
@@ -43,24 +43,45 @@
dnsPolicy: ClusterFirst
containers:
- env:
- name: TZ
value: America/Chicago
image: public.ecr.aws/docker/library/eclipse-mosquitto:2.0.21@sha256:94f5a3d7deafa59fa3440d227ddad558f59d293c612138de841eec61bfa4d353
+ livenessProbe:
+ failureThreshold: 3
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ tcpSocket:
+ port: 1883
+ timeoutSeconds: 1
name: app
+ readinessProbe:
+ failureThreshold: 3
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ tcpSocket:
+ port: 1883
+ timeoutSeconds: 1
resources:
limits:
memory: 100Mi
requests:
cpu: 10m
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
+ startupProbe:
+ failureThreshold: 30
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ tcpSocket:
+ port: 1883
+ timeoutSeconds: 1
volumeMounts:
- mountPath: /mosquitto/config/mosquitto.conf
name: config-file
subPath: mosquitto.conf
- mountPath: /data
name: data
--- HelmRelease: external-secrets/onepassword Deployment: external-secrets/onepassword
+++ HelmRelease: external-secrets/onepassword Deployment: external-secrets/onepassword
@@ -57,20 +57,24 @@
image: docker.io/1password/connect-api:1.7.3@sha256:0601c7614e102eada268dbda6ba4b5886ce77713be2c332ec6a2fd0f028484ba
livenessProbe:
failureThreshold: 3
httpGet:
path: /heartbeat
port: 80
- initialDelaySeconds: 15
- periodSeconds: 30
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ timeoutSeconds: 1
name: api
readinessProbe:
+ failureThreshold: 3
http
8000
Get:
path: /health
port: 80
- initialDelaySeconds: 15
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ timeoutSeconds: 1
resources:
limits:
memory: 64Mi
requests:
cpu: 10m
securityContext:
@@ -99,20 +103,24 @@
image: docker.io/1password/connect-sync:1.7.3@sha256:2f17621c7eb27bbcb1f86bbc5e5a5198bf54ac3b9c2ffac38064d03c932b07d5
livenessProbe:
failureThreshold: 3
httpGet:
path: /heartbeat
port: 8081
- initialDelaySeconds: 15
- periodSeconds: 30
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ timeoutSeconds: 1
name: sync
readinessProbe:
+ failureThreshold: 3
httpGet:
path: /health
port: 8081
- initialDelaySeconds: 15
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ timeoutSeconds: 1
resources:
limits:
memory: 64Mi
requests:
cpu: 10m
securityContext:
--- HelmRelease: default/home-assistant Deployment: default/home-assistant
+++ HelmRelease: default/home-assistant Deployment: default/home-assistant
@@ -56,24 +56,45 @@
value: 10.244.0.0/16
- name: HOME_ASSISTANT_UNIT_SYSTEM
value: us_customary
- name: TZ
value: America/Chicago
image: ghcr.io/home-operations/home-assistant:2025.6.3@sha256:6f6b427121f376c92dac2ce14b99ff088010da3f082142fd8b86b4ade563328f
+ livenessProbe:
+ failureThreshold: 3
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ tcpSocket:
+ port: 8123
+ timeoutSeconds: 1
name: app
+ readinessProbe:
+ failureThreshold: 3
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ tcpSocket:
+ port: 8123
+ timeoutSeconds: 1
resources:
limits:
memory: 1Gi
requests:
cpu: 10m
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
+ startupProbe:
+ failureThreshold: 30
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ tcpSocket:
+ port: 8123
+ timeoutSeconds: 1
volumeMounts:
- mountPath: /config
name: config
- mountPath: /config/.venv
name: tmpfs
subPath: .venv
--- HelmRelease: default/zigbee2mqtt Deployment: default/zigbee2mqtt
+++ HelmRelease: default/zigbee2mqtt Deployment: default/zigbee2mqtt
@@ -89,27 +89,29 @@
value: tcp://zigbee-controller.internal:6638
- name: ZIGBEE2MQTT_DATA
value: /config
envFrom:
- secretRef:
name: zigbee2mqtt-secret
- image: ghcr.io/koenkk/zigbee2mqtt:2.4.0@sha256:dd7479e5416c4b95725333d0a69ff504bcbda9a7a3431e5d5dd1e27c16465cdd
+ image: ghcr.io/koenkk/zigbee2mqtt:2.5.0@sha256:ff3c986b2c9ff796666f11d308e7e0782f13f3d03f57c5795c55b053ff2e7ec8
livenessProbe:
failureThreshold: 3
+ httpGet:
+ path: /bridge/info
+ port: 8080
initialDelaySeconds: 0
periodSeconds: 10
- tcpSocket:
- port: 8080
timeoutSeconds: 1
name: app
readinessProbe:
failureThreshold: 3
+ httpGet:
+ path: /bridge/info
+ port: 8080
initialDelaySeconds: 0
periodSeconds: 10
- tcpSocket:
- port: 8080
timeoutSeconds: 1
resources:
limits:
memory: 256Mi
requests:
cpu: 10m |
--- kubernetes/apps/external-secrets/onepassword/app Kustomization: external-secrets/onepassword HelmRelease: external-secrets/onepassword
+++ kubernetes/apps/external-secrets/onepassword/app Kustomization: external-secrets/onepassword HelmRelease: external-secrets/onepassword
@@ -47,22 +47,26 @@
enabled: true
spec:
failureThreshold: 3
httpGet:
path: /heartbeat
port: 80
- initialDelaySeconds: 15
- periodSeconds: 30
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ timeoutSeconds: 1
readiness:
custom: true
enabled: true
spec:
+ failureThreshold: 3
httpGet:
path: /health
port: 80
- initialDelaySeconds: 15
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ timeoutSeconds: 1
resources:
limits:
memory: 64Mi
requests:
cpu: 10m
securityContext:
@@ -91,22 +95,26 @@
enabled: true
spec:
failureThreshold: 3
httpGet:
path: /heartbeat
port: 8081
- initialDelaySeconds: 15
- periodSeconds: 30
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ timeoutSeconds: 1
readiness:
custom: true
enabled: true
spec:
+ failureThreshold: 3
httpGet:
path: /health
port: 8081
- initialDelaySeconds: 15
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ timeoutSeconds: 1
resources:
limits:
memory: 64Mi
requests:
cpu: 10m
securityContext:
--- kubernetes/apps/default/mosquitto/app Kustomization: default/mosquitto HelmRelease: default/mosquitto
+++ kubernetes/apps/default/mosquitto/app Kustomization: default/mosquitto HelmRelease: default/mosquitto
@@ -30,12 +30,22 @@
app:
env:
TZ: America/Chicago
image:
repository: public.ecr.aws/docker/library/eclipse-mosquitto
tag: 2.0.21@sha256:94f5a3d7deafa59fa3440d227ddad558f59d293c612138de841eec61bfa4d353
+ probes:
+ liveness:
+ enabled: true
+ readiness:
+ enabled: true
+ startup:
+ enabled: true
+ spec:
+ failureThreshold: 30
+ periodSeconds: 10
resources:
limits:
memory: 100Mi
requests:
cpu: 10m
securityContext:
--- kubernetes/apps/default/home-assistant/app Kustomization: default/home-assistant HelmRelease: default/home-assistant
+++ kubernetes/apps/default/home-assistant/app Kustomization: default/home-assistant HelmRelease: default/home-assistant
@@ -32,12 +32,22 @@
HOME_ASSISTANT_TRUSTED_PROXIES: 10.244.0.0/16
HOME_ASSISTANT_UNIT_SYSTEM: us_customary
TZ: America/Chicago
image:
repository: ghcr.io/home-operations/home-assistant
tag: 2025.6.3@sha256:6f6b427121f376c92dac2ce14b99ff088010da3f082142fd8b86b4ade563328f
+ probes:
+ liveness:
+ enabled: true
+ readiness:
+ enabled: true
+ startup:
+ enabled: true
+ spec:
+ failureThreshold: 30
+ periodSeconds: 10
resources:
limits:
memory: 1Gi
requests:
cpu: 10m
securityContext:
--- kubernetes/apps/default/zigbee2mqtt/app Kustomization: default/zigbee2mqtt HelmRelease: default/zigbee2mqtt
+++ kubernetes/apps/default/zigbee2mqtt/app Kustomization: default/zigbee2mqtt HelmRelease: default/zigbee2mqtt
@@ -54,18 +54,36 @@
ZIGBEE2MQTT_DATA: /config
envFrom:
- secretRef:
name: zigbee2mqtt-secret
image:
repository: ghcr.io/koenkk/zigbee2mqtt
- tag: 2.4.0@sha256:dd7479e5416c4b95725333d0a69ff504bcbda9a7a3431e5d5dd1e27c16465cdd
+ tag: 2.5.0@sha256:ff3c986b2c9ff796666f11d308e7e0782f13f3d03f57c5795c55b053ff2e7ec8
probes:
liveness:
+ custom: true
enabled: true
+ spec:
+ failureThreshold: 3
+ httpGet:
+ path: /bridge/info
+ port: 8080
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ timeoutSeconds: 1
readiness:
+ custom: true
enabled: true
+ spec:
+ failureThreshold: 3
+ httpGet:
+ path: /bridge/info
+ port: 8080
+ initialDelaySeconds: 0
+ periodSeconds: 10
+ timeoutSeconds: 1
startup:
enabled: true
spec:
failureThreshold: 30
periodSeconds: 10
resources: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.4.0
->2.5.0
Release Notes
Koenkk/zigbee2mqtt (ghcr.io/koenkk/zigbee2mqtt)
v2.5.0
Compare Source
Features
bridge/info
(#27164) (cd9b752)Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.