Skip to content

Commit

Permalink
Merge pull request #7 from devops-consultants/home-assistant
Browse files Browse the repository at this point in the history
fix: corrected typo in values.yaml
  • Loading branch information
robcoward authored Aug 4, 2024
2 parents 5011d46 + e97e9fe commit b79f351
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: A Helm chart for Home-Assistant
type: application
version: 0.1.0
version: 0.1.1
appVersion: "2023.11"
maintainers:
- name: devops-consultants
2 changes: 1 addition & 1 deletion charts/home-assistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fullnameOverride: ""
deploymentStrategy: Recreate
timezone: Europe/London
dnsPolicy: ClusterFirstWithHostNet
hostNerwork: true
hostNetwork: true
enableServiceLinks: true

serviceAccount:
Expand Down

0 comments on commit b79f351

Please sign in to comment.