Skip to content

Commit

Permalink
fix wrong values env type for home-assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
damoun committed Nov 13, 2023
1 parent e6d5604 commit 10b8af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: home-assistant
description: Open source home automation that puts local control and privacy first.
type: application
version: 1.0.1
version: 1.0.2
appVersion: "2023.11.2"
dependencies:
- name: base
Expand Down
2 changes: 1 addition & 1 deletion charts/home-assistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ configmap:
trusted_proxies:
- "10.0.0.0/8"
env: {}
env: []
envFrom: []

image: "ghcr.io/home-assistant/home-assistant:2023.11.2"
Expand Down

0 comments on commit 10b8af6

Please sign in to comment.