From 54cd5a096292de6bea9068e8af2326e1ae911461 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 22 Jan 2026 00:18:48 +0000 Subject: [PATCH] Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.12.5 --- charts/home-assistant/Chart.yaml | 2 +- charts/home-assistant/README.md | 4 ++-- charts/home-assistant/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/home-assistant/Chart.yaml b/charts/home-assistant/Chart.yaml index ff314e58..157bcc70 100644 --- a/charts/home-assistant/Chart.yaml +++ b/charts/home-assistant/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.0 +version: 0.6.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/home-assistant/README.md b/charts/home-assistant/README.md index 9c24c57e..d9d84d84 100644 --- a/charts/home-assistant/README.md +++ b/charts/home-assistant/README.md @@ -1,6 +1,6 @@ # home-assistant -![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) +![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -40,7 +40,7 @@ A Helm chart for Kubernetes | ha.initContainers[0].command[0] | string | `"/bin/bash"` | | | ha.initContainers[0].command[1] | string | `"-c"` | | | ha.initContainers[0].command[2] | string | `"bash /hacs-install.sh\n# wget -O - https://get.hacs.xyz | bash -\n"` | | -| ha.initContainers[0].image | string | `"ghcr.io/home-assistant/home-assistant:2025.12.3"` | | +| ha.initContainers[0].image | string | `"ghcr.io/home-assistant/home-assistant:2025.12.5"` | | | ha.initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | | ha.initContainers[0].name | string | `"hacs"` | | | ha.initContainers[0].volumeMounts[0].mountPath | string | `"/config"` | | diff --git a/charts/home-assistant/values.yaml b/charts/home-assistant/values.yaml index e3a9adb5..32128516 100644 --- a/charts/home-assistant/values.yaml +++ b/charts/home-assistant/values.yaml @@ -109,7 +109,7 @@ ha: # tag: "2025.5.1" initContainers: - name: hacs - image: "ghcr.io/home-assistant/home-assistant:2025.12.3" + image: "ghcr.io/home-assistant/home-assistant:2025.12.5" imagePullPolicy: IfNotPresent command: - /bin/bash