You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: charts/home-assistant/Chart.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
-
version: 1.3.1
18
+
version: 1.4.0
19
19
20
20
# The appVersion is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Home Assistant versions can be found here: https://github.com/home-assistant/core/releases
| replicaCount | int |`1`|deployment replicas: number of replica pods to deploy|
74
74
| resources | object |`{}`| resource requests and limits. example: for requesting a USB device from the [generic device plugin](https://github.com/squat/generic-device-plugin) limits: squat.ai/serial: 1 |
75
75
| securityContext | object |`{}`||
76
76
| service.port | int |`80`| default port to expose |
@@ -80,6 +80,7 @@ A Helm chart for home assistant on Kubernetes
80
80
| serviceAccount.automount | bool |`true`| Automatically mount a ServiceAccount's API credentials? |
81
81
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created |
82
82
| serviceAccount.name | string |`""`| If not set and create is true, a name is generated using the fullname template |
83
+
| strategy.type | string |`"RollingUpdate"`| strategy type for the deployment updates. options: "RollingUpdate" or "Recreate" |
83
84
| tolerations | list |`[]`| tolerations to have the home assisant pod tolerate node taints |
0 commit comments