Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-04 07:45:47 +00:00
parent edacfb2fdc
commit 3d43a3e18a
24 changed files with 2309 additions and 20 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [calibre-11.0.15](https://github.com/truecharts/charts/compare/calibre-11.0.14...calibre-11.0.15) (2023-10-04)
### Chore
- update container image tccr.io/truecharts/calibre to v6.27.0 ([#13226](https://github.com/truecharts/charts/issues/13226))
## [calibre-11.0.14](https://github.com/truecharts/charts/compare/calibre-11.0.13...calibre-11.0.14) (2023-09-27)
### Chore
- update container image tccr.io/truecharts/calibre to v6.27.0 ([#12990](https://github.com/truecharts/charts/issues/12990))
## [calibre-11.0.13](https://github.com/truecharts/charts/compare/calibre-11.0.12...calibre-11.0.13) (2023-09-22)
### Chore
- update container image tccr.io/truecharts/calibre to v6.27.0 ([#12838](https://github.com/truecharts/charts/issues/12838))
## [calibre-11.0.12](https://github.com/truecharts/charts/compare/calibre-11.0.11...calibre-11.0.12) (2023-09-20)
### Chore
- update container image tccr.io/truecharts/calibre to v6.26.0 ([#12776](https://github.com/truecharts/charts/issues/12776))
## [calibre-11.0.11](https://github.com/truecharts/charts/compare/calibre-11.0.10...calibre-11.0.11) (2023-09-13)
### Chore
- update container image tccr.io/truecharts/calibre to v6.26.0 ([#12546](https://github.com/truecharts/charts/issues/12546))
## [calibre-11.0.10](https://github.com/truecharts/charts/compare/calibre-11.0.9...calibre-11.0.10) (2023-09-10)
### Chore
- update container image tccr.io/truecharts/calibre to v6.26.0 ([#12447](https://github.com/truecharts/charts/issues/12447))
## [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

View File

@ -0,0 +1,25 @@
apiVersion: v2
appVersion: "6.27.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.15
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [calibre-11.0.15](https://github.com/truecharts/charts/compare/calibre-11.0.14...calibre-11.0.15) (2023-10-04)
### Chore
- update container image tccr.io/truecharts/calibre to v6.27.0 ([#13226](https://github.com/truecharts/charts/issues/13226))

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.27.0@sha256:fc1dd0ac754fefb0e76e509931cd9310ef8780fd66dd37903cb91a0276583634
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

@ -4,6 +4,15 @@
## [drawio-6.0.10](https://github.com/truecharts/charts/compare/drawio-6.0.9...drawio-6.0.10) (2023-10-04)
### Chore
- update helm general non-major ([#13197](https://github.com/truecharts/charts/issues/13197))
## [drawio-6.0.9](https://github.com/truecharts/charts/compare/drawio-6.0.8...drawio-6.0.9) (2023-10-04)
### Chore
@ -88,12 +97,3 @@
## [drawio-6.0.0](https://github.com/truecharts/charts/compare/drawio-5.0.36...drawio-6.0.0) (2023-07-31)
## [drawio-5.0.36](https://github.com/truecharts/charts/compare/drawio-5.0.35...drawio-5.0.36) (2023-07-29)
### Chore
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))

View File

@ -3,7 +3,7 @@ appVersion: "22.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
version: 14.0.6
description: Drawio is free online diagram software.
home: https://truecharts.org/charts/stable/drawio
icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png
@ -18,7 +18,7 @@ name: drawio
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/drawio
- https://github.com/jgraph/drawio
version: 6.0.9
version: 6.0.10
annotations:
truecharts.org/catagories: |
- media

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 @@
## [drawio-6.0.10](https://github.com/truecharts/charts/compare/drawio-6.0.9...drawio-6.0.10) (2023-10-04)
### Chore
- update helm general non-major ([#13197](https://github.com/truecharts/charts/issues/13197))

Binary file not shown.

View File

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

View File

View File

@ -1,9 +0,0 @@
## [drawio-6.0.9](https://github.com/truecharts/charts/compare/drawio-6.0.8...drawio-6.0.9) (2023-10-04)
### Chore
- update container image tccr.io/truecharts/drawio to v22.0.2 ([#13224](https://github.com/truecharts/charts/issues/13224))