1
0
Fork 0

home-assistant: Update to 2025.1.0 #39

Merged
dustin merged 2 commits from updatebot/home-assistant into master 2025-01-11 15:57:26 +00:00
Collaborator
Resource diff
diff -u -N /tmp/LIVE-1077220932/apps.v1.StatefulSet.home-assistant.home-assistant /tmp/MERGED-1465695886/apps.v1.StatefulSet.home-assistant.home-assistant
--- /tmp/LIVE-1077220932/apps.v1.StatefulSet.home-assistant.home-assistant	2025-01-04 12:32:12.466440915 +0000
+++ /tmp/MERGED-1465695886/apps.v1.StatefulSet.home-assistant.home-assistant	2025-01-04 12:32:12.466440915 +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.12.5","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: 41
+  generation: 42
   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.12.5
+        image: ghcr.io/home-assistant/home-assistant:2025.1.0
         imagePullPolicy: IfNotPresent
         name: home-assistant
         ports:
diff -u -N /tmp/LIVE-1077220932/apps.v1.StatefulSet.home-assistant.zigbee2mqtt /tmp/MERGED-1465695886/apps.v1.StatefulSet.home-assistant.zigbee2mqtt
--- /tmp/LIVE-1077220932/apps.v1.StatefulSet.home-assistant.zigbee2mqtt	2025-01-04 12:32:12.515442247 +0000
+++ /tmp/MERGED-1465695886/apps.v1.StatefulSet.home-assistant.zigbee2mqtt	2025-01-04 12:32:12.516442275 +0000
@@ -5,7 +5,7 @@
     kubectl.kubernetes.io/last-applied-configuration: |
       {"apiVersion":"apps/v1","kind":"StatefulSet","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"zigbee2mqtt","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"zigbee2mqtt","app.kubernetes.io/part-of":"home-assistant"},"name":"zigbee2mqtt","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"zigbee2mqtt","app.kubernetes.io/name":"zigbee2mqtt"}},"serviceName":"zigbee2mqtt","template":{"metadata":{"labels":{"app.kubernetes.io/component":"zigbee2mqtt","app.kubernetes.io/name":"zigbee2mqtt","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"containers":[{"envFrom":[{"configMapRef":{"name":"zigbee2mqtt-5h482kt7kh","optional":true}}],"image":"docker.io/koenkk/zigbee2mqtt:1.42.0","name":"zigbee2mqtt","ports":[{"containerPort":8080,"name":"http"}],"readinessProbe":{"failureThreshold":3,"httpGet":{"path":"/","port":8080},"periodSeconds":60,"successThreshold":1,"timeoutSeconds":1},"securityContext":{"privileged":true,"runAsGroup":302,"runAsUser":302},"startupProbe":{"failureThreshold":30,"httpGet":{"path":"/","port":8080},"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/app/data","name":"zigbee2mqtt-data","subPath":"data"},{"mountPath":"/dev/ttyACM0","name":"zigbee-device"}]}],"nodeSelector":{"node-role.kubernetes.io/zigbee-ctrl":""},"securityContext":{"fsGroup":302},"tolerations":[{"effect":"NoExecute","key":"du5t1n.me/machine","value":"raspberrypi"}],"volumes":[{"name":"zigbee2mqtt-data","persistentVolumeClaim":{"claimName":"zigbee2mqtt"}},{"hostPath":{"path":"/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2433174-if00","type":"CharDevice"},"name":"zigbee-device"}]}}}}
   creationTimestamp: "2023-10-14T12:20:52Z"
-  generation: 19
+  generation: 20
   labels:
     app.kubernetes.io/component: zigbee2mqtt
     app.kubernetes.io/instance: home-assistant
@@ -42,7 +42,7 @@
         - configMapRef:
             name: zigbee2mqtt-5h482kt7kh
             optional: true
-        image: docker.io/koenkk/zigbee2mqtt:1.42.0
+        image: docker.io/koenkk/zigbee2mqtt:2.0.0
         imagePullPolicy: IfNotPresent
         name: zigbee2mqtt
         ports:
diff -u -N /tmp/LIVE-1077220932/v1.ConfigMap.home-assistant.home-assistant /tmp/MERGED-1465695886/v1.ConfigMap.home-assistant.home-assistant
--- /tmp/LIVE-1077220932/v1.ConfigMap.home-assistant.home-assistant	2025-01-04 12:32:11.814423180 +0000
+++ /tmp/MERGED-1465695886/v1.ConfigMap.home-assistant.home-assistant	2025-01-04 12:32:11.815423208 +0000
@@ -42,16 +42,13 @@
 
     homeassistant:
       auth_providers:
+      - type: homeassistant
       - type: trusted_networks
         trusted_networks:
         - 172.31.1.81/32
-        - 172.31.1.244/32
         trusted_users:
           172.31.1.81:
           - 03a8b3528f1145ab908e20ed5687d893
-          172.31.1.244:
-          - 03a8b3528f1145ab908e20ed5687d893
-      - type: homeassistant
         allow_bypass_login: true
       whitelist_external_dirs:
       - /config
<details> <summary>Resource diff</summary> ```diff diff -u -N /tmp/LIVE-1077220932/apps.v1.StatefulSet.home-assistant.home-assistant /tmp/MERGED-1465695886/apps.v1.StatefulSet.home-assistant.home-assistant --- /tmp/LIVE-1077220932/apps.v1.StatefulSet.home-assistant.home-assistant 2025-01-04 12:32:12.466440915 +0000 +++ /tmp/MERGED-1465695886/apps.v1.StatefulSet.home-assistant.home-assistant 2025-01-04 12:32:12.466440915 +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.12.5","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: 41 + generation: 42 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.12.5 + image: ghcr.io/home-assistant/home-assistant:2025.1.0 imagePullPolicy: IfNotPresent name: home-assistant ports: diff -u -N /tmp/LIVE-1077220932/apps.v1.StatefulSet.home-assistant.zigbee2mqtt /tmp/MERGED-1465695886/apps.v1.StatefulSet.home-assistant.zigbee2mqtt --- /tmp/LIVE-1077220932/apps.v1.StatefulSet.home-assistant.zigbee2mqtt 2025-01-04 12:32:12.515442247 +0000 +++ /tmp/MERGED-1465695886/apps.v1.StatefulSet.home-assistant.zigbee2mqtt 2025-01-04 12:32:12.516442275 +0000 @@ -5,7 +5,7 @@ kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps/v1","kind":"StatefulSet","metadata":{"annotations":{},"labels":{"app.kubernetes.io/component":"zigbee2mqtt","app.kubernetes.io/instance":"home-assistant","app.kubernetes.io/name":"zigbee2mqtt","app.kubernetes.io/part-of":"home-assistant"},"name":"zigbee2mqtt","namespace":"home-assistant"},"spec":{"selector":{"matchLabels":{"app.kubernetes.io/component":"zigbee2mqtt","app.kubernetes.io/name":"zigbee2mqtt"}},"serviceName":"zigbee2mqtt","template":{"metadata":{"labels":{"app.kubernetes.io/component":"zigbee2mqtt","app.kubernetes.io/name":"zigbee2mqtt","app.kubernetes.io/part-of":"home-assistant"}},"spec":{"containers":[{"envFrom":[{"configMapRef":{"name":"zigbee2mqtt-5h482kt7kh","optional":true}}],"image":"docker.io/koenkk/zigbee2mqtt:1.42.0","name":"zigbee2mqtt","ports":[{"containerPort":8080,"name":"http"}],"readinessProbe":{"failureThreshold":3,"httpGet":{"path":"/","port":8080},"periodSeconds":60,"successThreshold":1,"timeoutSeconds":1},"securityContext":{"privileged":true,"runAsGroup":302,"runAsUser":302},"startupProbe":{"failureThreshold":30,"httpGet":{"path":"/","port":8080},"initialDelaySeconds":3,"periodSeconds":3,"successThreshold":1,"timeoutSeconds":1},"volumeMounts":[{"mountPath":"/app/data","name":"zigbee2mqtt-data","subPath":"data"},{"mountPath":"/dev/ttyACM0","name":"zigbee-device"}]}],"nodeSelector":{"node-role.kubernetes.io/zigbee-ctrl":""},"securityContext":{"fsGroup":302},"tolerations":[{"effect":"NoExecute","key":"du5t1n.me/machine","value":"raspberrypi"}],"volumes":[{"name":"zigbee2mqtt-data","persistentVolumeClaim":{"claimName":"zigbee2mqtt"}},{"hostPath":{"path":"/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2433174-if00","type":"CharDevice"},"name":"zigbee-device"}]}}}} creationTimestamp: "2023-10-14T12:20:52Z" - generation: 19 + generation: 20 labels: app.kubernetes.io/component: zigbee2mqtt app.kubernetes.io/instance: home-assistant @@ -42,7 +42,7 @@ - configMapRef: name: zigbee2mqtt-5h482kt7kh optional: true - image: docker.io/koenkk/zigbee2mqtt:1.42.0 + image: docker.io/koenkk/zigbee2mqtt:2.0.0 imagePullPolicy: IfNotPresent name: zigbee2mqtt ports: diff -u -N /tmp/LIVE-1077220932/v1.ConfigMap.home-assistant.home-assistant /tmp/MERGED-1465695886/v1.ConfigMap.home-assistant.home-assistant --- /tmp/LIVE-1077220932/v1.ConfigMap.home-assistant.home-assistant 2025-01-04 12:32:11.814423180 +0000 +++ /tmp/MERGED-1465695886/v1.ConfigMap.home-assistant.home-assistant 2025-01-04 12:32:11.815423208 +0000 @@ -42,16 +42,13 @@ homeassistant: auth_providers: + - type: homeassistant - type: trusted_networks trusted_networks: - 172.31.1.81/32 - - 172.31.1.244/32 trusted_users: 172.31.1.81: - 03a8b3528f1145ab908e20ed5687d893 - 172.31.1.244: - - 03a8b3528f1145ab908e20ed5687d893 - - type: homeassistant allow_bypass_login: true whitelist_external_dirs: - /config ``` </details>
updatebot added 2 commits 2025-01-04 12:32:14 +00:00
updatebot force-pushed updatebot/home-assistant from e467b0cc46 to e567c34df5 2025-01-11 12:32:11 +00:00 Compare
dustin merged commit 1674bc3b89 into master 2025-01-11 15:57:26 +00:00
dustin deleted branch updatebot/home-assistant 2025-01-11 15:57:26 +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#39
There is no content yet.