mirror of
https://github.com/nold360/hive-apps
synced 2024-11-05 13:26:37 +00:00
28 lines
541 B
YAML
28 lines
541 B
YAML
config:
|
|
description: Home Automation
|
|
syncWave: 100
|
|
|
|
apps:
|
|
- name: homeassistant
|
|
chart: home-assistant
|
|
repoURL: https://charts.pree.dev
|
|
targetRevision: 1.21.1
|
|
secrets:
|
|
- name: bucket
|
|
keys:
|
|
- accesskey
|
|
- secretkey
|
|
- name: influx
|
|
keys:
|
|
- admin-user-password
|
|
- admin-user-token
|
|
- user-password
|
|
- read-user-password
|
|
- write-user-password
|
|
include:
|
|
- ingress-internal
|
|
|
|
- name: nodered
|
|
chart: node-red
|
|
repoURL: https://schwarzit.github.io/node-red-chart
|
|
targetRevision: 0.23.1
|