Skip to content

Commit

Permalink
fix home-assistant container capabalities
Browse files Browse the repository at this point in the history
  • Loading branch information
damoun committed Nov 14, 2023
1 parent 10b8af6 commit b0719c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2
version: 1.0.3
appVersion: "2023.11.2"
dependencies:
- name: base
Expand Down
4 changes: 2 additions & 2 deletions charts/home-assistant/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ spec:
runAsNonRoot: false
capabilities:
add:
- CAP_NET_RAW
- CAP_NET_BIND_SERVICE
- NET_RAW
- NET_BIND_SERVICE
{{- if .Values.livenessProbe.enabled }}
livenessProbe:
httpGet:
Expand Down

0 comments on commit b0719c4

Please sign in to comment.