mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.12.5
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# home-assistant
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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"` | |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user