1
0
Fork 0

home-assistant: Update to 2024.10.3 #29

Merged
giteadmin merged 4 commits from updatebot/home-assistant into master 2024-10-19 13:13:13 +00:00
Collaborator
Resource diff
diff -u -N /tmp/LIVE-1707182610/apps.v1.Deployment.home-assistant.whisper /tmp/MERGED-1138252103/apps.v1.Deployment.home-assistant.whisper
--- /tmp/LIVE-1707182610/apps.v1.Deployment.home-assistant.whisper	2024-10-19 11:32:19.510314218 +0000
+++ /tmp/MERGED-1138252103/apps.v1.Deployment.home-assistant.whisper	2024-10-19 11:32:19.510314218 +0000
@@ -6,7 +6,7 @@
     kubectl.kubernetes.io/last-applied-configuration: |
       {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"whisper","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"whisper","app.kubernetes.io/part-of":"home-assistant"},"name":"whisper","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"whisper","app.kubernetes.io/name":"whisper"}},"template":{"metadata":{"labels":{"app.kubernetes.io/component":"whisper","app.kubernetes.io/name":"whisper","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"containers":[{"args":["--model=base","--language=en"],"image":"docker.io/rhasspy/wyoming-whisper:2.1.0","name":"whisper","ports":[{"containerPort":10300,"name":"wyoming"}],"readinessProbe":{"failureThreshold":3,"periodSeconds":60,"successThreshold":1,"tcpSocket":{"port":10300},"timeoutSeconds":1},"securityContext":{"readOnlyRootFilesystem":true,"runAsGroup":300,"runAsUser":300},"startupProbe":{"failureThreshold":30,"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"tcpSocket":{"port":10300},"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/tmp","name":"tmp","subPath":"tmp"},{"mountPath":"/data","name":"whisper-data","subPath":"data"}]}],"securityContext":{"fsGroup":300},"volumes":[{"emptyDir":{},"name":"tmp"},{"ephemeral":{"volumeClaimTemplate":{"spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}}}}},"name":"whisper-data"}]}}}}
   creationTimestamp: "2023-10-14T12:20:52Z"
-  generation: 8
+  generation: 9
   labels:
     app.kubernetes.io/component: whisper
     app.kubernetes.io/instance: home-assistant
@@ -41,7 +41,7 @@
       - args:
         - --model=base
         - --language=en
-        image: docker.io/rhasspy/wyoming-whisper:2.1.0
+        image: docker.io/rhasspy/wyoming-whisper:2.2.0
         imagePullPolicy: IfNotPresent
         name: whisper
         ports:
diff -u -N /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.home-assistant /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.home-assistant
--- /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.home-assistant	2024-10-19 11:32:19.542315101 +0000
+++ /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.home-assistant	2024-10-19 11:32:19.543315128 +0000
@@ -5,7 +5,7 @@
     kubectl.kubernetes.io/last-applied-configuration: |
       {"apiVersion":"apps/v1","kind":"StatefulSet","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"home-assistant","app.kubernetes.io/part-of":"home-assistant"},"name":"home-assistant","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/name":"home-assistant"}},"serviceName":"home-assistant","template":{"metadata":{"labels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/name":"home-assistant","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"containers":[{"env":[{"name":"PGHOST","value":"postgresql.pyrocufflink.blue"},{"name":"PGGDATABASE","value":"homeassistant"},{"name":"PGUSER","value":"homeassistant"},{"name":"PGSSLMODE","value":"verify-full"},{"name":"PGSSLROOTCERT","value":"/run/dch-ca/dch-root-ca.crt"},{"name":"PGSSLCERT","value":"/run/secrets/home-assistant/postgresql/tls.crt"},{"name":"PGSSLKEY","value":"/run/secrets/home-assistant/postgresql/tls.key"},{"name":"TZ","value":"America/Chicago"}],"image":"ghcr.io/home-assistant/home-assistant:2024.10.2","name":"home-assistant","ports":[{"containerPort":8123,"name":"http"}],"readinessProbe":{"failureThreshold":3,"httpGet":{"path":"/","port":8123},"periodSeconds":60,"successThreshold":1,"timeoutSeconds":1},"securityContext":{"runAsGroup":300,"runAsUser":300},"startupProbe":{"failureThreshold":300,"httpGet":{"path":"/","port":8123},"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/run/config","name":"home-assistant-config","readOnly":true},{"mountPath":"/run/dch-ca/","name":"dch-root-ca","readOnly":true},{"mountPath":"/run/secrets/home-assistant","name":"home-assistant-secrets","readOnly":true},{"mountPath":"/run/secrets/home-assistant/postgresql","name":"postgresql-cert"},{"mountPath":"/config","name":"home-assistant-data","subPath":"data"}]}],"initContainers":[{"command":["sh","-c","until pg_isready; do sleep 1; done"],"env":[{"name":"PGHOST","value":"postgresql.pyrocufflink.blue"},{"name":"PGGDATABASE","value":"homeassistant"},{"name":"PGUSER","value":"homeassistant"},{"name":"PGSSLMODE","value":"verify-full"},{"name":"PGSSLROOTCERT","value":"/run/dch-ca/dch-root-ca.crt"},{"name":"PGSSLCERT","value":"/run/secrets/home-assistant/postgresql/tls.crt"},{"name":"PGSSLKEY","value":"/run/secrets/home-assistant/postgresql/tls.key"}],"image":"docker.io/library/postgres:15","name":"waitfordb","volumeMounts":[{"mountPath":"/run/dch-ca/","name":"dch-root-ca","readOnly":true},{"mountPath":"/run/secrets/home-assistant/postgresql","name":"postgresql-cert"}]}],"securityContext":{"fsGroup":300},"volumes":[{"configMap":{"defaultMode":384,"name":"home-assistant"},"name":"home-assistant-config"},{"name":"home-assistant-secrets","secret":{"defaultMode":416,"secretName":"home-assistant"}},{"name":"postgresql-cert","secret":{"defaultMode":416,"secretName":"postgres-client-cert"}},{"configMap":{"name":"dch-root-ca-46bh24fc72"},"name":"dch-root-ca"},{"name":"home-assistant-data","persistentVolumeClaim":{"claimName":"home-assistant"}}]}}}}
   creationTimestamp: "2023-10-14T12:20:52Z"
-  generation: 33
+  generation: 34
   labels:
     app.kubernetes.io/component: home-assistant
     app.kubernetes.io/instance: home-assistant
@@ -53,7 +53,7 @@
           value: /run/secrets/home-assistant/postgresql/tls.key
         - name: TZ
           value: America/Chicago
-        image: ghcr.io/home-assistant/home-assistant:2024.10.2
+        image: ghcr.io/home-assistant/home-assistant:2024.10.3
         imagePullPolicy: IfNotPresent
         name: home-assistant
         ports:
diff -u -N /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.mosquitto /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.mosquitto
--- /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.mosquitto	2024-10-19 11:32:19.572315929 +0000
+++ /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.mosquitto	2024-10-19 11:32:19.572315929 +0000
@@ -5,7 +5,7 @@
     kubectl.kubernetes.io/last-applied-configuration: |
       {"apiVersion":"apps/v1","kind":"StatefulSet","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"mosquitto","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"mosquitto","app.kubernetes.io/part-of":"home-assistant"},"name":"mosquitto","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"mosquitto","app.kubernetes.io/name":"mosquitto"}},"serviceName":"mosquitto","template":{"metadata":{"labels":{"app.kubernetes.io/component":"mosquitto","app.kubernetes.io/name":"mosquitto","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"containers":[{"image":"docker.io/library/eclipse-mosquitto:2.0.19","name":"mosquitto","ports":[{"containerPort":8883,"name":"mqtt"}],"readinessProbe":{"failureThreshold":3,"periodSeconds":60,"successThreshold":1,"tcpSocket":{"port":8883},"timeoutSeconds":1},"securityContext":{"runAsGroup":300,"runAsUser":300},"startupProbe":{"failureThreshold":30,"periodSeconds":1,"successThreshold":1,"tcpSocket":{"port":8883},"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/mosquitto/config/mosquitto.conf","name":"mosquitto-config","subPath":"mosquitto.conf"},{"mountPath":"/mosquitto/config/passwd","name":"mosquitto-passwd","subPath":"passwd"},{"mountPath":"/mosquitto/data","name":"mosquitto-data","subPath":"data"},{"mountPath":"/mosquitto/log","name":"mosquitto-log","subPath":"log"},{"mountPath":"/run/secrets/mosquitto","name":"mosquitto-cert"}]}],"securityContext":{"fsGroup":300},"volumes":[{"name":"mosquitto-cert","secret":{"secretName":"mosquitto-cert"}},{"configMap":{"name":"mosquitto-tk6dhh5h9d"},"name":"mosquitto-config"},{"name":"mosquitto-data","persistentVolumeClaim":{"claimName":"mosquitto"}},{"emptyDir":{},"name":"mosquitto-log"},{"name":"mosquitto-passwd","secret":{"secretName":"mosquitto"}}]}}}}
   creationTimestamp: "2023-10-14T12:20:52Z"
-  generation: 9
+  generation: 10
   labels:
     app.kubernetes.io/component: mosquitto
     app.kubernetes.io/instance: home-assistant
@@ -38,7 +38,7 @@
         app.kubernetes.io/part-of: home-assistant
     spec:
       containers:
-      - image: docker.io/library/eclipse-mosquitto:2.0.19
+      - image: docker.io/library/eclipse-mosquitto:2.0.20
         imagePullPolicy: IfNotPresent
         name: mosquitto
         ports:
diff -u -N /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.zwavejs2mqtt /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.zwavejs2mqtt
--- /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.zwavejs2mqtt	2024-10-19 11:32:19.623317335 +0000
+++ /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.zwavejs2mqtt	2024-10-19 11:32:19.624317363 +0000
@@ -5,7 +5,7 @@
     kubectl.kubernetes.io/last-applied-configuration: |
       {"apiVersion":"apps/v1","kind":"StatefulSet","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"zwavejs2mqtt","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"zwavejs2mqtt","app.kubernetes.io/part-of":"home-assistant"},"name":"zwavejs2mqtt","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"zwavejs2mqtt","app.kubernetes.io/name":"zwavejs2mqtt"}},"serviceName":"zwavejs2mqtt","template":{"metadata":{"labels":{"app.kubernetes.io/component":"zwavejs2mqtt","app.kubernetes.io/name":"zwavejs2mqtt","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"containers":[{"image":"docker.io/zwavejs/zwave-js-ui:9.23.0","name":"zwavejs2mqtt","ports":[{"containerPort":8091,"name":"http"},{"containerPort":3000,"name":"ws"}],"readinessProbe":{"failureThreshold":3,"httpGet":{"path":"/health/zwave","port":8091},"periodSeconds":60,"successThreshold":1,"timeoutSeconds":1},"securityContext":{"privileged":true,"readOnlyRootFilesystem":true,"runAsGroup":303,"runAsUser":303},"startupProbe":{"failureThreshold":30,"httpGet":{"path":"/health/zwave","port":8091},"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/usr/src/app/store","name":"zwavejs2mqtt-data","subPath":"data"},{"mountPath":"/dev/ttyUSB0","name":"zwave-device"}]}],"nodeSelector":{"node-role.kubernetes.io/zwave-ctrl":""},"securityContext":{"fsGroup":303},"tolerations":[{"effect":"NoExecute","key":"du5t1n.me/machine","value":"raspberrypi"}],"volumes":[{"name":"zwavejs2mqtt-data","persistentVolumeClaim":{"claimName":"zwavejs2mqtt"}},{"hostPath":{"path":"/dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_98c39ad72c45eb1193dfa552b003b68c-if00-port0","type":"CharDevice"},"name":"zwave-device"}]}}}}
   creationTimestamp: "2023-10-14T12:20:52Z"
-  generation: 11
+  generation: 12
   labels:
     app.kubernetes.io/component: zwavejs2mqtt
     app.kubernetes.io/instance: home-assistant
@@ -36,7 +36,7 @@
         app.kubernetes.io/part-of: home-assistant
     spec:
       containers:
-      - image: docker.io/zwavejs/zwave-js-ui:9.23.0
+      - image: docker.io/zwavejs/zwave-js-ui:9.24.0
         imagePullPolicy: IfNotPresent
         name: zwavejs2mqtt
         ports:
<details> <summary>Resource diff</summary> ```diff diff -u -N /tmp/LIVE-1707182610/apps.v1.Deployment.home-assistant.whisper /tmp/MERGED-1138252103/apps.v1.Deployment.home-assistant.whisper --- /tmp/LIVE-1707182610/apps.v1.Deployment.home-assistant.whisper 2024-10-19 11:32:19.510314218 +0000 +++ /tmp/MERGED-1138252103/apps.v1.Deployment.home-assistant.whisper 2024-10-19 11:32:19.510314218 +0000 @@ -6,7 +6,7 @@ kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"whisper","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"whisper","app.kubernetes.io/part-of":"home-assistant"},"name":"whisper","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"whisper","app.kubernetes.io/name":"whisper"}},"template":{"metadata":{"labels":{"app.kubernetes.io/component":"whisper","app.kubernetes.io/name":"whisper","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"containers":[{"args":["--model=base","--language=en"],"image":"docker.io/rhasspy/wyoming-whisper:2.1.0","name":"whisper","ports":[{"containerPort":10300,"name":"wyoming"}],"readinessProbe":{"failureThreshold":3,"periodSeconds":60,"successThreshold":1,"tcpSocket":{"port":10300},"timeoutSeconds":1},"securityContext":{"readOnlyRootFilesystem":true,"runAsGroup":300,"runAsUser":300},"startupProbe":{"failureThreshold":30,"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"tcpSocket":{"port":10300},"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/tmp","name":"tmp","subPath":"tmp"},{"mountPath":"/data","name":"whisper-data","subPath":"data"}]}],"securityContext":{"fsGroup":300},"volumes":[{"emptyDir":{},"name":"tmp"},{"ephemeral":{"volumeClaimTemplate":{"spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"5Gi"}}}}},"name":"whisper-data"}]}}}} creationTimestamp: "2023-10-14T12:20:52Z" - generation: 8 + generation: 9 labels: app.kubernetes.io/component: whisper app.kubernetes.io/instance: home-assistant @@ -41,7 +41,7 @@ - args: - --model=base - --language=en - image: docker.io/rhasspy/wyoming-whisper:2.1.0 + image: docker.io/rhasspy/wyoming-whisper:2.2.0 imagePullPolicy: IfNotPresent name: whisper ports: diff -u -N /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.home-assistant /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.home-assistant --- /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.home-assistant 2024-10-19 11:32:19.542315101 +0000 +++ /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.home-assistant 2024-10-19 11:32:19.543315128 +0000 @@ -5,7 +5,7 @@ kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps/v1","kind":"StatefulSet","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"home-assistant","app.kubernetes.io/part-of":"home-assistant"},"name":"home-assistant","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/name":"home-assistant"}},"serviceName":"home-assistant","template":{"metadata":{"labels":{"app.kubernetes.io/component":"home-assistant","app.kubernetes.io/name":"home-assistant","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"containers":[{"env":[{"name":"PGHOST","value":"postgresql.pyrocufflink.blue"},{"name":"PGGDATABASE","value":"homeassistant"},{"name":"PGUSER","value":"homeassistant"},{"name":"PGSSLMODE","value":"verify-full"},{"name":"PGSSLROOTCERT","value":"/run/dch-ca/dch-root-ca.crt"},{"name":"PGSSLCERT","value":"/run/secrets/home-assistant/postgresql/tls.crt"},{"name":"PGSSLKEY","value":"/run/secrets/home-assistant/postgresql/tls.key"},{"name":"TZ","value":"America/Chicago"}],"image":"ghcr.io/home-assistant/home-assistant:2024.10.2","name":"home-assistant","ports":[{"containerPort":8123,"name":"http"}],"readinessProbe":{"failureThreshold":3,"httpGet":{"path":"/","port":8123},"periodSeconds":60,"successThreshold":1,"timeoutSeconds":1},"securityContext":{"runAsGroup":300,"runAsUser":300},"startupProbe":{"failureThreshold":300,"httpGet":{"path":"/","port":8123},"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/run/config","name":"home-assistant-config","readOnly":true},{"mountPath":"/run/dch-ca/","name":"dch-root-ca","readOnly":true},{"mountPath":"/run/secrets/home-assistant","name":"home-assistant-secrets","readOnly":true},{"mountPath":"/run/secrets/home-assistant/postgresql","name":"postgresql-cert"},{"mountPath":"/config","name":"home-assistant-data","subPath":"data"}]}],"initContainers":[{"command":["sh","-c","until pg_isready; do sleep 1; done"],"env":[{"name":"PGHOST","value":"postgresql.pyrocufflink.blue"},{"name":"PGGDATABASE","value":"homeassistant"},{"name":"PGUSER","value":"homeassistant"},{"name":"PGSSLMODE","value":"verify-full"},{"name":"PGSSLROOTCERT","value":"/run/dch-ca/dch-root-ca.crt"},{"name":"PGSSLCERT","value":"/run/secrets/home-assistant/postgresql/tls.crt"},{"name":"PGSSLKEY","value":"/run/secrets/home-assistant/postgresql/tls.key"}],"image":"docker.io/library/postgres:15","name":"waitfordb","volumeMounts":[{"mountPath":"/run/dch-ca/","name":"dch-root-ca","readOnly":true},{"mountPath":"/run/secrets/home-assistant/postgresql","name":"postgresql-cert"}]}],"securityContext":{"fsGroup":300},"volumes":[{"configMap":{"defaultMode":384,"name":"home-assistant"},"name":"home-assistant-config"},{"name":"home-assistant-secrets","secret":{"defaultMode":416,"secretName":"home-assistant"}},{"name":"postgresql-cert","secret":{"defaultMode":416,"secretName":"postgres-client-cert"}},{"configMap":{"name":"dch-root-ca-46bh24fc72"},"name":"dch-root-ca"},{"name":"home-assistant-data","persistentVolumeClaim":{"claimName":"home-assistant"}}]}}}} creationTimestamp: "2023-10-14T12:20:52Z" - generation: 33 + generation: 34 labels: app.kubernetes.io/component: home-assistant app.kubernetes.io/instance: home-assistant @@ -53,7 +53,7 @@ value: /run/secrets/home-assistant/postgresql/tls.key - name: TZ value: America/Chicago - image: ghcr.io/home-assistant/home-assistant:2024.10.2 + image: ghcr.io/home-assistant/home-assistant:2024.10.3 imagePullPolicy: IfNotPresent name: home-assistant ports: diff -u -N /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.mosquitto /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.mosquitto --- /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.mosquitto 2024-10-19 11:32:19.572315929 +0000 +++ /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.mosquitto 2024-10-19 11:32:19.572315929 +0000 @@ -5,7 +5,7 @@ kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps/v1","kind":"StatefulSet","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"mosquitto","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"mosquitto","app.kubernetes.io/part-of":"home-assistant"},"name":"mosquitto","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"mosquitto","app.kubernetes.io/name":"mosquitto"}},"serviceName":"mosquitto","template":{"metadata":{"labels":{"app.kubernetes.io/component":"mosquitto","app.kubernetes.io/name":"mosquitto","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"containers":[{"image":"docker.io/library/eclipse-mosquitto:2.0.19","name":"mosquitto","ports":[{"containerPort":8883,"name":"mqtt"}],"readinessProbe":{"failureThreshold":3,"periodSeconds":60,"successThreshold":1,"tcpSocket":{"port":8883},"timeoutSeconds":1},"securityContext":{"runAsGroup":300,"runAsUser":300},"startupProbe":{"failureThreshold":30,"periodSeconds":1,"successThreshold":1,"tcpSocket":{"port":8883},"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/mosquitto/config/mosquitto.conf","name":"mosquitto-config","subPath":"mosquitto.conf"},{"mountPath":"/mosquitto/config/passwd","name":"mosquitto-passwd","subPath":"passwd"},{"mountPath":"/mosquitto/data","name":"mosquitto-data","subPath":"data"},{"mountPath":"/mosquitto/log","name":"mosquitto-log","subPath":"log"},{"mountPath":"/run/secrets/mosquitto","name":"mosquitto-cert"}]}],"securityContext":{"fsGroup":300},"volumes":[{"name":"mosquitto-cert","secret":{"secretName":"mosquitto-cert"}},{"configMap":{"name":"mosquitto-tk6dhh5h9d"},"name":"mosquitto-config"},{"name":"mosquitto-data","persistentVolumeClaim":{"claimName":"mosquitto"}},{"emptyDir":{},"name":"mosquitto-log"},{"name":"mosquitto-passwd","secret":{"secretName":"mosquitto"}}]}}}} creationTimestamp: "2023-10-14T12:20:52Z" - generation: 9 + generation: 10 labels: app.kubernetes.io/component: mosquitto app.kubernetes.io/instance: home-assistant @@ -38,7 +38,7 @@ app.kubernetes.io/part-of: home-assistant spec: containers: - - image: docker.io/library/eclipse-mosquitto:2.0.19 + - image: docker.io/library/eclipse-mosquitto:2.0.20 imagePullPolicy: IfNotPresent name: mosquitto ports: diff -u -N /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.zwavejs2mqtt /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.zwavejs2mqtt --- /tmp/LIVE-1707182610/apps.v1.StatefulSet.home-assistant.zwavejs2mqtt 2024-10-19 11:32:19.623317335 +0000 +++ /tmp/MERGED-1138252103/apps.v1.StatefulSet.home-assistant.zwavejs2mqtt 2024-10-19 11:32:19.624317363 +0000 @@ -5,7 +5,7 @@ kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps/v1","kind":"StatefulSet","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"zwavejs2mqtt","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"zwavejs2mqtt","app.kubernetes.io/part-of":"home-assistant"},"name":"zwavejs2mqtt","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"zwavejs2mqtt","app.kubernetes.io/name":"zwavejs2mqtt"}},"serviceName":"zwavejs2mqtt","template":{"metadata":{"labels":{"app.kubernetes.io/component":"zwavejs2mqtt","app.kubernetes.io/name":"zwavejs2mqtt","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"containers":[{"image":"docker.io/zwavejs/zwave-js-ui:9.23.0","name":"zwavejs2mqtt","ports":[{"containerPort":8091,"name":"http"},{"containerPort":3000,"name":"ws"}],"readinessProbe":{"failureThreshold":3,"httpGet":{"path":"/health/zwave","port":8091},"periodSeconds":60,"successThreshold":1,"timeoutSeconds":1},"securityContext":{"privileged":true,"readOnlyRootFilesystem":true,"runAsGroup":303,"runAsUser":303},"startupProbe":{"failureThreshold":30,"httpGet":{"path":"/health/zwave","port":8091},"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/usr/src/app/store","name":"zwavejs2mqtt-data","subPath":"data"},{"mountPath":"/dev/ttyUSB0","name":"zwave-device"}]}],"nodeSelector":{"node-role.kubernetes.io/zwave-ctrl":""},"securityContext":{"fsGroup":303},"tolerations":[{"effect":"NoExecute","key":"du5t1n.me/machine","value":"raspberrypi"}],"volumes":[{"name":"zwavejs2mqtt-data","persistentVolumeClaim":{"claimName":"zwavejs2mqtt"}},{"hostPath":{"path":"/dev/serial/by-id/usb-Silicon_Labs_CP2102N_USB_to_UART_Bridge_Controller_98c39ad72c45eb1193dfa552b003b68c-if00-port0","type":"CharDevice"},"name":"zwave-device"}]}}}} creationTimestamp: "2023-10-14T12:20:52Z" - generation: 11 + generation: 12 labels: app.kubernetes.io/component: zwavejs2mqtt app.kubernetes.io/instance: home-assistant @@ -36,7 +36,7 @@ app.kubernetes.io/part-of: home-assistant spec: containers: - - image: docker.io/zwavejs/zwave-js-ui:9.23.0 + - image: docker.io/zwavejs/zwave-js-ui:9.24.0 imagePullPolicy: IfNotPresent name: zwavejs2mqtt ports: ``` </details>
updatebot added 4 commits 2024-10-19 11:32:22 +00:00
giteadmin merged commit d3e00680c0 into master 2024-10-19 13:13:13 +00:00
giteadmin deleted branch updatebot/home-assistant 2024-10-19 13:13:13 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infra/kubernetes#29
There is no content yet.