Merge branch 'renovate/ghcr.io-home-assistant-home-assistant-2025.x' into 'master'
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.12.5

See merge request deepcypher/dc-kc!946
This commit is contained in:
George Onoufriou
2026-01-22 01:17:37 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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"` | |

View File

@@ -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