Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-09-06 08:58:09 +00:00
parent ddfa4cd7ce
commit 0217614eef
48 changed files with 4676 additions and 40 deletions

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [calibre-11.0.9](https://github.com/truecharts/charts/compare/calibre-11.0.8...calibre-11.0.9) (2023-09-06)
### Chore
- update helm general non-major ([#12276](https://github.com/truecharts/charts/issues/12276))
## [calibre-11.0.8](https://github.com/truecharts/charts/compare/calibre-11.0.7...calibre-11.0.8) (2023-09-06)
### Chore
- update container image tccr.io/truecharts/calibre to v6.25.0 ([#12272](https://github.com/truecharts/charts/issues/12272))
## [calibre-11.0.7](https://github.com/truecharts/charts/compare/calibre-11.0.6...calibre-11.0.7) (2023-08-30)
### Chore
- update container image tccr.io/truecharts/calibre to v6.25.0 ([#12044](https://github.com/truecharts/charts/issues/12044))
## [calibre-11.0.6](https://github.com/truecharts/charts/compare/calibre-11.0.5...calibre-11.0.6) (2023-08-23)
### Chore
- update container image tccr.io/truecharts/calibre to v6.25.0 ([#11820](https://github.com/truecharts/charts/issues/11820))
## [calibre-11.0.5](https://github.com/truecharts/charts/compare/calibre-11.0.4...calibre-11.0.5) (2023-08-18)
### Chore
- update container image tccr.io/truecharts/calibre to v6.25.0 ([#11674](https://github.com/truecharts/charts/issues/11674))
## [calibre-11.0.4](https://github.com/truecharts/charts/compare/calibre-11.0.3...calibre-11.0.4) (2023-08-16)
### Chore
- update container image tccr.io/truecharts/calibre to v6.24.0 ([#11598](https://github.com/truecharts/charts/issues/11598))
## [calibre-11.0.3](https://github.com/truecharts/charts/compare/calibre-11.0.2...calibre-11.0.3) (2023-08-09)
### Chore
- update container image tccr.io/truecharts/calibre to v6.24.0 ([#11358](https://github.com/truecharts/charts/issues/11358))
## [calibre-11.0.2](https://github.com/truecharts/charts/compare/calibre-11.0.1...calibre-11.0.2) (2023-08-07)
### Chore
- update container image tccr.io/truecharts/calibre to v6.24.0 ([#11273](https://github.com/truecharts/charts/issues/11273))
## [calibre-11.0.1](https://github.com/truecharts/charts/compare/calibre-11.0.0...calibre-11.0.1) (2023-08-02)
### Chore
- update container image tccr.io/truecharts/calibre to v6.23.0 ([#11144](https://github.com/truecharts/charts/issues/11144))
## [calibre-11.0.0](https://github.com/truecharts/charts/compare/calibre-10.0.34...calibre-11.0.0) (2023-07-31)
## [calibre-10.0.34](https://github.com/truecharts/charts/compare/calibre-10.0.33...calibre-10.0.34) (2023-07-29)
### Chore
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))

View File

@@ -0,0 +1,25 @@
apiVersion: v2
appVersion: "6.25.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.6
description: Calibre is a powerful and easy to use e-book manager.
home: https://truecharts.org/charts/stable/calibre
icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png
keywords:
- calibre
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: calibre
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre
- https://github.com/kovidgoyal/calibre/
version: 11.0.9
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [calibre-11.0.9](https://github.com/truecharts/charts/compare/calibre-11.0.8...calibre-11.0.9) (2023-09-06)
### Chore
- update helm general non-major ([#12276](https://github.com/truecharts/charts/issues/12276))

View File

@@ -0,0 +1,8 @@
Calibre is a powerful and easy to use e-book manager.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/calibre](https://truecharts.org/charts/stable/calibre)
---
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.

View File

@@ -0,0 +1,45 @@
image:
repository: tccr.io/truecharts/calibre
tag: v6.25.0@sha256:ed18a8307bc0c306547269f37d1d3afcdb40edb18c43aae7e42791d9f0e798f7
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 8084
protocol: http
targetPort: 8080
webserver:
enabled: true
ports:
webserver:
enabled: true
port: 8081
protocol: http
targetPort: 8081
workload:
main:
podSpec:
containers:
main:
env:
CLI_ARGS:
PASSWORD: ""
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -1,9 +0,0 @@
## [cops-5.0.6](https://github.com/truecharts/charts/compare/cops-5.0.5...cops-5.0.6) (2023-09-06)
### Chore
- update container image tccr.io/truecharts/cops to latest ([#12273](https://github.com/truecharts/charts/issues/12273))

View File

@@ -4,6 +4,15 @@
## [cops-5.0.7](https://github.com/truecharts/charts/compare/cops-5.0.6...cops-5.0.7) (2023-09-06)
### Chore
- update helm general non-major ([#12276](https://github.com/truecharts/charts/issues/12276))
## [cops-5.0.6](https://github.com/truecharts/charts/compare/cops-5.0.5...cops-5.0.6) (2023-09-06)
### Chore
@@ -88,12 +97,3 @@
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
## [cops-4.0.23](https://github.com/truecharts/charts/compare/cops-4.0.22...cops-4.0.23) (2023-06-11)
### Chore
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
version: 14.0.6
deprecated: false
description: "Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server.\n"
home: https://truecharts.org/charts/stable/cops
@@ -25,7 +25,7 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/cops
- https://github.com/linuxserver/docker-cops#readme
type: application
version: 5.0.6
version: 5.0.7
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@@ -0,0 +1,9 @@
## [cops-5.0.7](https://github.com/truecharts/charts/compare/cops-5.0.6...cops-5.0.7) (2023-09-06)
### Chore
- update helm general non-major ([#12276](https://github.com/truecharts/charts/issues/12276))

Binary file not shown.

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [esphome-15.0.5](https://github.com/truecharts/charts/compare/esphome-15.0.4...esphome-15.0.5) (2023-09-06)
### Chore
- update helm general non-major ([#12276](https://github.com/truecharts/charts/issues/12276))
## [esphome-15.0.4](https://github.com/truecharts/charts/compare/esphome-15.0.3...esphome-15.0.4) (2023-09-06)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.8.3 ([#12274](https://github.com/truecharts/charts/issues/12274))
## [esphome-15.0.3](https://github.com/truecharts/charts/compare/esphome-15.0.2...esphome-15.0.3) (2023-08-26)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.8.2 ([#11894](https://github.com/truecharts/charts/issues/11894))
## [esphome-15.0.2](https://github.com/truecharts/charts/compare/esphome-15.0.1...esphome-15.0.2) (2023-08-18)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.8.1 ([#11678](https://github.com/truecharts/charts/issues/11678))
## [esphome-15.0.1](https://github.com/truecharts/charts/compare/esphome-15.0.0...esphome-15.0.1) (2023-08-06)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.7.1 ([#11246](https://github.com/truecharts/charts/issues/11246))
## [esphome-15.0.0](https://github.com/truecharts/charts/compare/esphome-14.0.32...esphome-15.0.0) (2023-07-31)
## [esphome-14.0.32](https://github.com/truecharts/charts/compare/esphome-14.0.31...esphome-14.0.32) (2023-07-29)
### Chore
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
## [esphome-14.0.31](https://github.com/truecharts/charts/compare/esphome-14.0.30...esphome-14.0.31) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.7.0 ([#10657](https://github.com/truecharts/charts/issues/10657))
## [esphome-14.0.30](https://github.com/truecharts/charts/compare/esphome-14.0.29...esphome-14.0.30) (2023-07-18)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.6.5 ([#10573](https://github.com/truecharts/charts/issues/10573))
## [esphome-14.0.29](https://github.com/truecharts/charts/compare/esphome-14.0.28...esphome-14.0.29) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/esphome to v2023.6.4 ([#10216](https://github.com/truecharts/charts/issues/10216))
## [esphome-14.0.28](https://github.com/truecharts/charts/compare/esphome-14.0.27...esphome-14.0.28) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "2023.8.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.6
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://github.com/esphome/esphome
type: application
version: 15.0.5
annotations:
truecharts.org/catagories: |
- tools
truecharts.org/SCALE-support: "true"

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/guides/scale-intro).
- 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 @@
## [esphome-15.0.5](https://github.com/truecharts/charts/compare/esphome-15.0.4...esphome-15.0.5) (2023-09-06)
### Chore
- update helm general non-major ([#12276](https://github.com/truecharts/charts/issues/12276))

View File

@@ -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.

View File

@@ -0,0 +1,55 @@
image:
repository: tccr.io/truecharts/esphome
pullPolicy: IfNotPresent
tag: v2023.8.3@sha256:86c08871c72a5f1a5b2826dfb9e21a4f8954f651df69a1aa0d07bb92975cfb43
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
privileged: true
allowPrivilegeEscalation: true
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 6052
targetPort: 6052
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
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:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

View File

@@ -1,9 +0,0 @@
## [ztcuui-aio-5.0.1](https://github.com/truecharts/charts/compare/ztcuui-aio-5.0.0...ztcuui-aio-5.0.1) (2023-09-06)
### Chore
- update container image tccr.io/truecharts/ztcuui-aio to v1.2.16 ([#12275](https://github.com/truecharts/charts/issues/12275))

View File

@@ -4,6 +4,15 @@
## [ztcuui-aio-5.0.2](https://github.com/truecharts/charts/compare/ztcuui-aio-5.0.1...ztcuui-aio-5.0.2) (2023-09-06)
### Chore
- update helm general non-major ([#12276](https://github.com/truecharts/charts/issues/12276))
## [ztcuui-aio-5.0.1](https://github.com/truecharts/charts/compare/ztcuui-aio-5.0.0...ztcuui-aio-5.0.1) (2023-09-06)
### Chore
@@ -88,12 +97,3 @@
## [ztcuui-aio-4.0.19](https://github.com/truecharts/charts/compare/ztcuui-aio-4.0.18...ztcuui-aio-4.0.19) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
## [ztcuui-aio-4.0.18](https://github.com/truecharts/charts/compare/ztcuui-aio-4.0.17...ztcuui-aio-4.0.18) (2023-05-26)

View File

@@ -3,7 +3,7 @@ appVersion: "1.2.16"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
version: 14.0.6
description: ZeroTier network controller user interface in a Docker container
home: https://truecharts.org/charts/stable/ztcuui-aio
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.png
@@ -18,7 +18,7 @@ name: ztcuui-aio
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio
- https://github.com/key-networks/ztncui-aio
version: 5.0.1
version: 5.0.2
annotations:
truecharts.org/catagories: |
- network

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/guides/scale-intro).
- 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 @@
## [ztcuui-aio-5.0.2](https://github.com/truecharts/charts/compare/ztcuui-aio-5.0.1...ztcuui-aio-5.0.2) (2023-09-06)
### Chore
- update helm general non-major ([#12276](https://github.com/truecharts/charts/issues/12276))

Binary file not shown.

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

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

View File