TrueChartsClone/charts/stable/appdaemon/Chart.yaml

41 lines
1.2 KiB
YAML
Raw Normal View History

kubeVersion: ">=1.24.0-0"
Appdaemon (#368) * initial appdaemon commit * bumped common chart to 3.5.2 * replaced common chart 2.2.2 with 3.5.2 * Updated test-values.yaml * fixed incorrect name on test_values.yaml * delete test-values.yam * fixed chart.yaml maintainers * refactored Chart.yaml to more closly match other charts. * removed "depreciated" as it was an unexpected element. * added new line at end of chart.yaml * fixed indentation under dependencies for chart.yaml * more yaml fixes... * Update incubator/appdaemon/0.1.0/test_values.yaml accepted proposed changes. Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * addressed remaining comments for ornias * updated storage for test_values.yaml * removed ingress false to address comments. * fixed ingress params. * updated docker container, added, commented and fixed envs. * updated tag version# * fixed tag? * upated questions to include HA_URL * fixed env for dash_URL * added more env varibles and fixed chart.yaml * change lat,long,elevation to floats * fixed spelling error. * added more test values * fixed run as non root * fixed timezone settings * implemented suggested changes * testing custom storage. * reverting the last commit * testing more custom storage. * questions.yaml added back internal storage, updated mount point, fixed service ports * removed persistant storage in favor of custom storage. * attempting to add customer storage to tests, added missing varibles to questions.yaml * fixed defaults in questions.yaml * fixed spelling error in questions.yaml and added custom storage to test values * updated storage questions.yaml to match test_values.yaml * implemented suggested changes for custom storage * testing updated questions.yaml * testing updated questions.yaml * reverted back custom storage in questions.yaml * Update incubator/appdaemon/item.yaml Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * completed suggested changes from review by ornias1993 * fixed error under storage in questions.yaml * fixed linting issues in chart.yaml Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-04-30 21:40:20 +00:00
apiVersion: v2
name: appdaemon
chore(deps): update helm general minor by renovate (#16579) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://truecharts.org/charts/dependency/clickhouse) ([source](https://togithub.com/truecharts/charts)) | minor | `10.0.3` -> `10.1.0` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `17.1.4` -> `17.2.2` | | [kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics) ([source](https://togithub.com/truecharts/charts)) | minor | `6.0.3` -> `6.1.0` | | [mariadb](https://truecharts.org/charts/dependency/mariadb) ([source](https://togithub.com/truecharts/charts)) | minor | `12.0.3` -> `12.1.0` | | [memcached](https://truecharts.org/charts/dependency/memcached) ([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` -> `11.1.0` | | [mongodb](https://truecharts.org/charts/dependency/mongodb) ([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` -> `11.1.0` | | [node-exporter](https://truecharts.org/charts/dependency/node-exporter) ([source](https://togithub.com/truecharts/charts)) | minor | `6.0.3` -> `6.1.0` | | [redis](https://truecharts.org/charts/dependency/redis) ([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` -> `11.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>truecharts/charts (clickhouse)</summary> ### [`v10.1.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.1.0) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.0.3...clickhouse-10.1.0) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). </details> <details> <summary>truecharts/library-charts (common)</summary> ### [`v17.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.2) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.1...common-17.2.2) Function library for TrueCharts ### [`v17.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.1) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.0...common-17.2.1) Function library for TrueCharts ### [`v17.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.0) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.5...common-17.2.0) Function library for TrueCharts ### [`v17.1.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.5) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.4...common-17.1.5) Function library for TrueCharts </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjExMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-30 00:53:16 +00:00
version: 15.1.0
appVersion: 4.4.2
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
deprecated: false
sources:
- https://github.com/AppDaemon/appdaemon
- https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon
- https://hub.docker.com/r/acockburn/appdaemon
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: warllo54
email: 20650065+warllo54@users.noreply.github.com
url: truecharts.org
keywords:
- appdaemon
- homeautomation
dependencies:
- name: common
chore(deps): update helm general minor by renovate (#16579) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://truecharts.org/charts/dependency/clickhouse) ([source](https://togithub.com/truecharts/charts)) | minor | `10.0.3` -> `10.1.0` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `17.1.4` -> `17.2.2` | | [kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics) ([source](https://togithub.com/truecharts/charts)) | minor | `6.0.3` -> `6.1.0` | | [mariadb](https://truecharts.org/charts/dependency/mariadb) ([source](https://togithub.com/truecharts/charts)) | minor | `12.0.3` -> `12.1.0` | | [memcached](https://truecharts.org/charts/dependency/memcached) ([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` -> `11.1.0` | | [mongodb](https://truecharts.org/charts/dependency/mongodb) ([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` -> `11.1.0` | | [node-exporter](https://truecharts.org/charts/dependency/node-exporter) ([source](https://togithub.com/truecharts/charts)) | minor | `6.0.3` -> `6.1.0` | | [redis](https://truecharts.org/charts/dependency/redis) ([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` -> `11.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>truecharts/charts (clickhouse)</summary> ### [`v10.1.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.1.0) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.0.3...clickhouse-10.1.0) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). </details> <details> <summary>truecharts/library-charts (common)</summary> ### [`v17.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.2) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.1...common-17.2.2) Function library for TrueCharts ### [`v17.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.1) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.0...common-17.2.1) Function library for TrueCharts ### [`v17.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.0) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.5...common-17.2.0) Function library for TrueCharts ### [`v17.1.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.5) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.4...common-17.1.5) Function library for TrueCharts </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjExMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-30 00:53:16 +00:00
version: 17.2.2
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: utilities
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
type: application