mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-28 06:46:10 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
99
stable/appdaemon/12.0.8/CHANGELOG.md
Normal file
99
stable/appdaemon/12.0.8/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [appdaemon-12.0.8](https://github.com/truecharts/charts/compare/appdaemon-12.0.7...appdaemon-12.0.8) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145))
|
||||
|
||||
|
||||
|
||||
|
||||
## [appdaemon-12.0.7](https://github.com/truecharts/charts/compare/appdaemon-12.0.6...appdaemon-12.0.7) (2023-04-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087))
|
||||
|
||||
|
||||
|
||||
|
||||
## [appdaemon-12.0.6](https://github.com/truecharts/charts/compare/appdaemon-12.0.5...appdaemon-12.0.6) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))
|
||||
|
||||
|
||||
|
||||
|
||||
## [appdaemon-12.0.5](https://github.com/truecharts/charts/compare/appdaemon-12.0.4...appdaemon-12.0.5) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061))
|
||||
|
||||
|
||||
|
||||
|
||||
## [appdaemon-12.0.4](https://github.com/truecharts/charts/compare/appdaemon-12.0.3...appdaemon-12.0.4) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998))
|
||||
|
||||
|
||||
|
||||
|
||||
## [appdaemon-12.0.3](https://github.com/truecharts/charts/compare/appdaemon-12.0.2...appdaemon-12.0.3) (2023-04-14)
|
||||
|
||||
|
||||
|
||||
|
||||
## [appdaemon-12.0.2](https://github.com/truecharts/charts/compare/appdaemon-12.0.1...appdaemon-12.0.2) (2023-04-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump common on the 222 ([#7959](https://github.com/truecharts/charts/issues/7959))
|
||||
|
||||
|
||||
|
||||
|
||||
## [appdaemon-12.0.1](https://github.com/truecharts/charts/compare/appdaemon-12.0.0...appdaemon-12.0.1) (2023-04-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
||||
|
||||
|
||||
|
||||
|
||||
## [appdaemon-12.0.0](https://github.com/truecharts/charts/compare/appdaemon-11.0.11...appdaemon-12.0.0) (2023-04-11)
|
||||
|
||||
### Feat
|
||||
|
||||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||
|
||||
|
||||
|
||||
|
||||
## [appdaemon-11.0.11](https://github.com/truecharts/charts/compare/appdaemon-11.0.10...appdaemon-11.0.11) (2023-02-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/appdaemon to v4.2.3
|
||||
|
||||
|
||||
|
||||
|
||||
## [appdaemon-11.0.10](https://github.com/truecharts/charts/compare/appdaemon-11.0.9...appdaemon-11.0.10) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
31
stable/appdaemon/12.0.8/Chart.yaml
Normal file
31
stable/appdaemon/12.0.8/Chart.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
apiVersion: v2
|
||||
appVersion: "4.2.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.5.1
|
||||
deprecated: false
|
||||
description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps.
|
||||
home: https://truecharts.org/charts/stable/appdaemon
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.png
|
||||
keywords:
|
||||
- appdaemon
|
||||
- homeautomation
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
- email: 20650065+warllo54@users.noreply.github.com
|
||||
name: warllo54
|
||||
url: truecharts.org
|
||||
name: appdaemon
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon
|
||||
- https://github.com/AppDaemon/appdaemon
|
||||
type: application
|
||||
version: 12.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
truecharts.org/SCALE-support: "true"
|
||||
27
stable/appdaemon/12.0.8/README.md
Normal file
27
stable/appdaemon/12.0.8/README.md
Normal file
@@ -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*
|
||||
9
stable/appdaemon/12.0.8/app-changelog.md
Normal file
9
stable/appdaemon/12.0.8/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [appdaemon-12.0.8](https://github.com/truecharts/charts/compare/appdaemon-12.0.7...appdaemon-12.0.8) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145))
|
||||
|
||||
|
||||
8
stable/appdaemon/12.0.8/app-readme.md
Normal file
8
stable/appdaemon/12.0.8/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/appdaemon](https://truecharts.org/charts/stable/appdaemon)
|
||||
|
||||
---
|
||||
|
||||
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!
|
||||
BIN
stable/appdaemon/12.0.8/charts/common-12.5.1.tgz
Normal file
BIN
stable/appdaemon/12.0.8/charts/common-12.5.1.tgz
Normal file
Binary file not shown.
52
stable/appdaemon/12.0.8/ix_values.yaml
Normal file
52
stable/appdaemon/12.0.8/ix_values.yaml
Normal file
@@ -0,0 +1,52 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/appdaemon
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.2.3@sha256:3fa8d88560d0dd12259812ad7a0869ede726da24d82090230e07bf66cd0b4c0e
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 5050
|
||||
protocol: http
|
||||
targetPort: 5050
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
path: /
|
||||
readiness:
|
||||
type: http
|
||||
path: /
|
||||
startup:
|
||||
type: http
|
||||
path: /
|
||||
env:
|
||||
DASH_URL: "http://$HOSTNAME:5050"
|
||||
HA_URL: ""
|
||||
LATITUDE: 46
|
||||
LONGITUDE: -94
|
||||
ELEVATION: 1217
|
||||
TIMEZONE: "{{ .Values.TZ }}"
|
||||
TOKEN: "REPLACETHIS"
|
||||
|
||||
persistence:
|
||||
conf:
|
||||
enabled: true
|
||||
mountPath: /conf
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
1906
stable/appdaemon/12.0.8/questions.yaml
Normal file
1906
stable/appdaemon/12.0.8/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/appdaemon/12.0.8/templates/NOTES.txt
Normal file
1
stable/appdaemon/12.0.8/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
stable/appdaemon/12.0.8/templates/common.yaml
Normal file
1
stable/appdaemon/12.0.8/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/appdaemon/12.0.8/values.yaml
Normal file
0
stable/appdaemon/12.0.8/values.yaml
Normal file
Reference in New Issue
Block a user