Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-02-12 19:35:17 +00:00
parent c06fdb1baf
commit 8c9eb27c2c
13 changed files with 51 additions and 80 deletions

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="calibre-5.0.22"></a>
### [calibre-5.0.22](https://github.com/truecharts/apps/compare/calibre-web-9.0.39...calibre-5.0.22) (2022-02-12)
#### Fix
* adjust tag format ([#1885](https://github.com/truecharts/apps/issues/1885))
<a name="calibre-5.0.21"></a>
### [calibre-5.0.21](https://github.com/truecharts/apps/compare/calibre-web-9.0.38...calibre-5.0.21) (2022-02-08)
@@ -88,12 +97,3 @@
#### Feat
* expose capabilities in GUI ([#1709](https://github.com/truecharts/apps/issues/1709))
<a name="calibre-5.0.12"></a>
### [calibre-5.0.12](https://github.com/truecharts/apps/compare/calibre-5.0.11...calibre-5.0.12) (2022-01-12)
#### Chore
* update helm general non-major helm releases ([#1704](https://github.com/truecharts/apps/issues/1704))

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.15.2
digest: sha256:35e4c90b59bc29a3a760d22095d65932c8009e5267949bbbc2d04e23e5cbfd26
generated: "2022-02-08T16:32:30.662251424Z"
generated: "2022-02-12T19:31:11.929229846Z"

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5.32.0"
appVersion: "5.36.08"
dependencies:
- name: common
repository: https://truecharts.org
@@ -18,7 +18,7 @@ name: calibre
sources:
- https://hub.docker.com/r/linuxserver/calibre/
- https://github.com/kovidgoyal/calibre/
version: 5.0.21
version: 5.0.22
annotations:
truecharts.org/catagories: |
- media

View File

@@ -16,7 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/calibre"` | |
| image.tag | string | `"v5.32.0-ls138@sha256:a7c6272300628eb747dc129001aef8bc53d9b462ebe6b4953de904a2a5e15c8e"` | |
| image.tag | string | `"v5.36.08@sha256:b1358d3feff98cd3b187be778788ad74e884c46462a1a1bce081846ba38f51b0"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/calibre
tag: v5.32.0-ls138@sha256:a7c6272300628eb747dc129001aef8bc53d9b462ebe6b4953de904a2a5e15c8e
tag: v5.36.08@sha256:b1358d3feff98cd3b187be778788ad74e884c46462a1a1bce081846ba38f51b0
pullPolicy: IfNotPresent
securityContext:

File diff suppressed because one or more lines are too long