8000 feat(container): update image ghcr.io/koenkk/zigbee2mqtt (2.4.0 → 2.5.0) by bot-blake[bot] · Pull Request #3946 · buroa/k8s-gitops · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
merged 2 commits into from
Jul 2, 2025

Conversation

bot-blake[bot]
Copy link
Contributor
@bot-blake bot-blake bot commented Jul 1, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/koenkk/zigbee2mqtt minor 2.4.0 -> 2.5.0

Release Notes

Koenkk/zigbee2mqtt (ghcr.io/koenkk/zigbee2mqtt)

v2.5.0

Compare Source

Features
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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
@bot-blake bot-blake bot requested a review from buroa as a code owner July 1, 2025 19:06
@bot-blake bot-blake bot added type/minor renovate/container area/kubernetes Changes made in the kubernetes directory labels Jul 1, 2025
@bot-blake
Copy link
Contributor Author
bot-blake bot commented Jul 1, 2025
--- 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

@bot-blake
Copy link
Contributor Author
bot-blake bot commented Jul 1, 2025
--- 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:

@buroa buroa merged commit a14e06a into main Jul 2, 2025
12 checks passed
@buroa buroa deleted the renovate/ghcr.io-koenkk-zigbee2mqtt-2.x branch July 2, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0