mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
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:
parent
d4e1f124d1
commit
0231a7f19a
@ -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
|
||||||
|
@ -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) -}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user