Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4e86a28ece
commit
a4ce8776df
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [esphome-13.0.22](https://github.com/truecharts/charts/compare/esphome-13.0.21...esphome-13.0.22) (2023-02-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/esphome to v2023.2.4
|
||||
|
||||
|
||||
|
||||
|
||||
## [esphome-13.0.21](https://github.com/truecharts/charts/compare/esphome-13.0.20...esphome-13.0.21) (2023-02-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/esphome to v2023.2.3
|
||||
|
||||
|
||||
|
||||
|
||||
## [esphome-13.0.20](https://github.com/truecharts/charts/compare/esphome-13.0.19...esphome-13.0.20) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/esphome to v2023.2.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [esphome-13.0.19](https://github.com/truecharts/charts/compare/esphome-13.0.18...esphome-13.0.19) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [esphome-13.0.18](https://github.com/truecharts/charts/compare/esphome-13.0.17...esphome-13.0.18) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
|
||||
|
||||
|
||||
|
||||
|
||||
## [esphome-13.0.17](https://github.com/truecharts/charts/compare/esphome-13.0.16...esphome-13.0.17) (2023-01-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/esphome to v2022.12.8
|
||||
|
||||
|
||||
|
||||
|
||||
## [esphome-13.0.16](https://github.com/truecharts/charts/compare/esphome-13.0.15...esphome-13.0.16) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [esphome-13.0.15](https://github.com/truecharts/charts/compare/esphome-13.0.14...esphome-13.0.15) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [esphome-13.0.14](https://github.com/truecharts/charts/compare/esphome-13.0.13...esphome-13.0.14) (2022-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [esphome-13.0.13](https://github.com/truecharts/charts/compare/esphome-13.0.12...esphome-13.0.13) (2022-12-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/esphome to v2022.12.3
|
||||
|
||||
|
||||
|
||||
|
||||
## [esphome-13.0.12](https://github.com/truecharts/charts/compare/esphome-13.0.11...esphome-13.0.12) (2022-12-20)
|
||||
|
||||
### Chore
|
|
@ -0,0 +1,29 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2023.2.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.1.2
|
||||
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://truecharts.org/charts/stable/esphome
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png
|
||||
keywords:
|
||||
- esphome
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: esphome
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/esphome
|
||||
- https://hub.docker.com/r/esphome/esphome
|
||||
- https://github.com/esphome/esphome
|
||||
type: application
|
||||
version: 13.0.22
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- tools
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [esphome-13.0.22](https://github.com/truecharts/charts/compare/esphome-13.0.21...esphome-13.0.22) (2023-02-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/esphome to v2023.2.4
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/esphome](https://truecharts.org/charts/stable/esphome)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,42 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023.2.4@sha256:c6c0f0ebc20c77d0a7fc1b32561ea524a13a6ef7df9b2a5947acddb1f305f46f
|
||||
|
||||
# App needs to run as root because of this: https://github.com/esphome/issues/issues/2752
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
privileged: true
|
||||
allowPrivilegeEscalation: true
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 6052
|
||||
targetPort: 6052
|
||||
|
||||
env:
|
||||
ESPHOME_DASHBOARD_USE_PING: false
|
||||
ESPHOME_DASHBOARD_RELATIVE_URL: /
|
||||
# ESPHOME_QUICKWIZARD:
|
||||
# ESPHOME_IS_HASSIO:
|
||||
# DISABLE_HA_AUTHENTICATION:
|
||||
# USERNAME:
|
||||
# PASSWORD:
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
platformio:
|
||||
enabled: true
|
||||
mountPath: /.platformio
|
||||
|
||||
portal:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{ include "tc.common.loader.all" . }}
|
Loading…
Reference in New Issue