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
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

View File

@ -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) -}}