Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-02-27 18:04:42 +00:00
parent 8b2d76a185
commit f7f6fda659
21 changed files with 2174 additions and 27 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [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.
## [appdaemon-11.0.9](https://github.com/truecharts/charts/compare/appdaemon-11.0.8...appdaemon-11.0.9) (2023-01-04)
## [appdaemon-11.0.8](https://github.com/truecharts/charts/compare/appdaemon-11.0.7...appdaemon-11.0.8) (2023-01-01)
## [appdaemon-11.0.7](https://github.com/truecharts/charts/compare/appdaemon-11.0.6...appdaemon-11.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [appdaemon-11.0.6](https://github.com/truecharts/charts/compare/appdaemon-11.0.5...appdaemon-11.0.6) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [appdaemon-11.0.5](https://github.com/truecharts/charts/compare/appdaemon-11.0.4...appdaemon-11.0.5) (2022-12-25)
### Chore
- update helm general non-major
## [appdaemon-11.0.4](https://github.com/truecharts/charts/compare/appdaemon-11.0.3...appdaemon-11.0.4) (2022-12-19)
### Chore
- update helm general non-major
## [appdaemon-11.0.3](https://github.com/truecharts/charts/compare/appdaemon-11.0.2...appdaemon-11.0.3) (2022-12-13)
### Chore
- update helm general non-major
## [appdaemon-11.0.2](https://github.com/truecharts/charts/compare/appdaemon-11.0.1...appdaemon-11.0.2) (2022-11-30)
## [appdaemon-11.0.2](https://github.com/truecharts/charts/compare/appdaemon-11.0.1...appdaemon-11.0.2) (2022-11-30)
## [appdaemon-11.0.2](https://github.com/truecharts/charts/compare/appdaemon-11.0.1...appdaemon-11.0.2) (2022-11-30)
## [appdaemon-11.0.2](https://github.com/truecharts/charts/compare/appdaemon-11.0.1...appdaemon-11.0.2) (2022-11-30)

View File

@ -0,0 +1,33 @@
apiVersion: v2
appVersion: "4.2.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
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://hub.docker.com/r/acockburn/appdaemon
- https://github.com/AppDaemon/appdaemon
type: application
version: 11.0.11
annotations:
truecharts.org/catagories: |
- utilities
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,9 @@
## [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

View 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!

View File

@ -0,0 +1,40 @@
image:
repository: tccr.io/truecharts/appdaemon
pullPolicy: IfNotPresent
tag: 4.2.3@sha256:3fa8d88560d0dd12259812ad7a0869ede726da24d82090230e07bf66cd0b4c0e
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secretEnv:
TOKEN: "REPLACETHIS"
env:
DASH_URL: "http://$HOSTNAME:5050"
HA_URL: ""
LATITUDE: 46
LONGITUDE: -94
ELEVATION: 1217
TIMEZONE: "{{ .Values.TZ }}"
service:
main:
ports:
main:
port: 5050
targetPort: 5050
persistence:
conf:
enabled: true
mountPath: "/conf"
varrun:
enabled: true
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{ include "tc.common.loader.all" . }}

View File

@ -1,9 +0,0 @@
## [jupyter-3.0.17](https://github.com/truecharts/charts/compare/jupyter-3.0.16...jupyter-3.0.17) (2023-02-26)
### Chore
- update jupyter

View File

@ -4,6 +4,15 @@
## [jupyter-3.0.18](https://github.com/truecharts/charts/compare/jupyter-3.0.17...jupyter-3.0.18) (2023-02-27)
### Chore
- update jupyter
## [jupyter-3.0.17](https://github.com/truecharts/charts/compare/jupyter-3.0.16...jupyter-3.0.17) (2023-02-26)
### Chore
@ -88,12 +97,3 @@
## [jupyter-3.0.8](https://github.com/truecharts/charts/compare/jupyter-3.0.7...jupyter-3.0.8) (2023-01-10)
### Chore
- update container image tccr.io/truecharts/jupyter-minimal to v2023-01
- update container image tccr.io/truecharts/jupyter-all-spark to v2023-01
## [jupyter-3.0.7](https://github.com/truecharts/charts/compare/jupyter-3.0.6...jupyter-3.0.7) (2023-01-10)

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
- https://github.com/jupyter/docker-stacks
type: application
version: 3.0.17
version: 3.0.18
annotations:
truecharts.org/catagories: |
- Cloud

View 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*

View File

@ -0,0 +1,9 @@
## [jupyter-3.0.18](https://github.com/truecharts/charts/compare/jupyter-3.0.17...jupyter-3.0.18) (2023-02-27)
### Chore
- update jupyter

Binary file not shown.

View File

@ -1,35 +1,35 @@
image:
repository: tccr.io/truecharts/jupyter-base
pullPolicy: IfNotPresent
tag: v2023-02@sha256:bc98437d40090e189748a12617ba290ebcf40f33919a090c3a1fcc1a842f77c5
tag: v2023-02@sha256:5ecd118b72b7776fd4ebb224951659c27c13241cb5b1c2f76fd0a88eda825f8e
minimalImage:
repository: tccr.io/truecharts/jupyter-minimal
pullPolicy: IfNotPresent
tag: v2023-02@sha256:922c87d17ef1cec44cbbc4bfba58f4ca7bc3c94761eea9c3d9dc208feb987a55
tag: v2023-02@sha256:8d304f2278b4290be9bfbc74c39217fcb685f4ec8db819ba758b470b610a666a
rImage:
repository: tccr.io/truecharts/jupyter-r
pullPolicy: IfNotPresent
tag: v2023-02@sha256:c1c16fefe226c0070c431d88c861d603b61ba8c31001d42e9b84bc20f5ed1e18
tag: v2023-02@sha256:eae18e0088945f90e33b828e0495d7f369fc0e39e48ab6b66ebc42482ba135a0
scipyImage:
repository: tccr.io/truecharts/jupyter-scipy
pullPolicy: IfNotPresent
tag: v2023-02@sha256:9ed19c354a4f067790837c4a4e252b7c0020b04391d8ffc6e3eb47b25a2804b4
tag: v2023-02@sha256:d5ddd03802ac329fc9fa64f933367e455fbcd6bbcd686aae1a4e200fbed26421
tensorflowImage:
repository: tccr.io/truecharts/jupyter-tensorflow
pullPolicy: IfNotPresent
tag: v2023-02@sha256:84ed4cc0c03dbe7cb6345a54fccb504a58bc60a4af7b088c03d72c58393c422b
tag: v2023-02@sha256:3de87e752abdb676eb6882a51819c0ea24e78b107837a2723ed9175e8a13569a
datascienceImage:
repository: tccr.io/truecharts/jupyter-datascience
pullPolicy: IfNotPresent
tag: v2023-02@sha256:b813ad9102045684987dceee69639ec97ffafceba2cbaf06dd357e30144dbaba
tag: v2023-02@sha256:4d616ad831c1fe374d4c2c60a2c9d393d1719d5cbb163f7c5405960cdfa73d91
pysparkImage:
repository: tccr.io/truecharts/jupyter-pyspark
pullPolicy: IfNotPresent
tag: v2023-02@sha256:9bc0ed060830528ef530d1d4c19400eabfe4a3098618e4744c9a63baf254d616
tag: v2023-02@sha256:b7bac31b159a5d4d40159068aab3f28ce9b6cdebe3b6b9c54862b7db13ee215c
allsparkImage:
repository: tccr.io/truecharts/jupyter-all-spark
pullPolicy: IfNotPresent
tag: v2023-02@sha256:26738539b2aa1066d8f9405607673359838bd12c9102cb7a99ad245c3917569a
tag: v2023-02@sha256:fe321309b5a660918a6a77928e59b67a33d6b881aeebfc215e0a22fe80e63eb0
securityContext:
readOnlyRootFilesystem: false

View File