diff --git a/charts/stable/homebridge/Chart.yaml b/charts/stable/homebridge/Chart.yaml index b9eb6333..1b3a8e37 100644 --- a/charts/stable/homebridge/Chart.yaml +++ b/charts/stable/homebridge/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.0 description: A lightweight NodeJS server that emulates the iOS HomeKit API name: homebridge -version: 4.3.0 +version: 4.3.1 kubeVersion: ">=1.16.0-0" keywords: - homebridge @@ -21,5 +21,5 @@ dependencies: version: 4.3.0 annotations: artifacthub.io/changes: | - - kind: changed - description: Upgraded `common` chart dependency to version `4.3.0`. + - kind: fixed + description: Set permissions for startup.sh to be executable diff --git a/charts/stable/homebridge/templates/common.yaml b/charts/stable/homebridge/templates/common.yaml index 626be5a4..77b2fd2a 100644 --- a/charts/stable/homebridge/templates/common.yaml +++ b/charts/stable/homebridge/templates/common.yaml @@ -10,6 +10,7 @@ type: "custom" volumeSpec: configMap: name: {{ include "common.names.fullname" . }}-config + defaultMode: 0755 {{- end -}} {{- $_ := set .Values.persistence "homebridge-config" (include "homebridge.configVolume" . | fromYaml) -}}