Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-11 12:59:16 +00:00
parent cad131731c
commit 5ef83eaa23
123 changed files with 2073 additions and 613 deletions
+13
View File
@@ -1,6 +1,19 @@
# Changelog<br>
<a name="calibre-5.0.0"></a>
### [calibre-5.0.0](https://github.com/truecharts/apps/compare/calibre-web-9.0.19...calibre-5.0.0) (2021-12-11)
#### Feat
* move user/pass/secrets/keys from `env` to `secret` ([#1501](https://github.com/truecharts/apps/issues/1501))
#### Fix
* remove `UMASK` as this is taken care from common ([#1503](https://github.com/truecharts/apps/issues/1503))
<a name="calibre-4.0.22"></a>
### [calibre-4.0.22](https://github.com/truecharts/apps/compare/calibre-web-9.0.18...calibre-4.0.22) (2021-12-07)
+2 -3
View File
@@ -13,17 +13,16 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| env | object | See below | environment variables. See [image docs](https://docs.linuxserver.io/images/docker-calibre#environment-variables-e) for more details. |
| env.CLI_ARGS | string | `nil` | Optionally pass cli start arguments to calibre. |
| env.GUAC_PASS | string | `nil` | Password's md5 hash for the calibre gui |
| env.GUAC_USER | string | `nil` | Username for the calibre gui |
| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| env.UMASK_SET | string | `"022"` | for umask setting of Calibre, default if left unset is 022. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/calibre"` | image repository |
| image.tag | string | `"v5.32.0-ls138@sha256:a7c6272300628eb747dc129001aef8bc53d9b462ebe6b4953de904a2a5e15c8e"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret.GUAC_PASS | string | `""` | Password's md5 hash for the calibre gui |
| secret.GUAC_USER | string | `""` | Username for the calibre gui |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
File diff suppressed because one or more lines are too long