chore(homebridge): Set permissions for startup.sh to be executable

Signed-off-by: seanson@users.noreply.github.com <seanson@users.noreply.github.com>
This commit is contained in:
seanson@users.noreply.github.com 2022-03-27 18:43:51 +11:00
parent d4e1f124d1
commit 0231a7f19a
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 4.0.0 appVersion: 4.0.0
description: A lightweight NodeJS server that emulates the iOS HomeKit API description: A lightweight NodeJS server that emulates the iOS HomeKit API
name: homebridge name: homebridge
version: 4.3.0 version: 4.3.1
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- homebridge - homebridge
@ -21,5 +21,5 @@ dependencies:
version: 4.3.0 version: 4.3.0
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: fixed
description: Upgraded `common` chart dependency to version `4.3.0`. description: Set permissions for startup.sh to be executable

View File

@ -10,6 +10,7 @@ type: "custom"
volumeSpec: volumeSpec:
configMap: configMap:
name: {{ include "common.names.fullname" . }}-config name: {{ include "common.names.fullname" . }}-config
defaultMode: 0755
{{- end -}} {{- end -}}
{{- $_ := set .Values.persistence "homebridge-config" (include "homebridge.configVolume" . | fromYaml) -}} {{- $_ := set .Values.persistence "homebridge-config" (include "homebridge.configVolume" . | fromYaml) -}}