* chore(deps): update helm chart common to v6 * Adapt persistence to new GUI * Adapt additional storage GUI to new storage system * Adapt values.yaml accordingly * Move transmission settings to env * fix a vaultwarden linting issue * fix firefly-iii linting issues * Use forceName to force a specific name for the DB PVC * add force name to questions.yaml as well * use newest common version * try fixing db-linking issues on vaultwarden * add deviceList option to zwave2mqtt * Fixup the deviceList for all Apps * fix linting error * Fix more transmission issues Co-authored-by: Renovate Bot <bot@renovateapp.com>
28 lines
764 B
YAML
28 lines
764 B
YAML
apiVersion: v2
|
|
appVersion: auto
|
|
dependencies:
|
|
- name: common
|
|
repository: https://truecharts.org/
|
|
version: 6.1.1
|
|
deprecated: false
|
|
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful
|
|
configuration files and control them remotely through Home Automation systems.
|
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/esphome
|
|
icon: https://esphome.io/_images/logo.svg
|
|
keywords:
|
|
- esphome
|
|
kubeVersion: '>=1.16.0-0'
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: truecharts.org
|
|
- email: 35702532+tprelog@users.noreply.github.com
|
|
name: tprelog
|
|
url: truecharts.org
|
|
name: esphome
|
|
sources:
|
|
- https://github.com/esphome/esphome
|
|
- https://hub.docker.com/u/esphome
|
|
type: application
|
|
version: 6.0.0
|