Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="jellyfin-9.0.39"></a>
|
||||||
|
### [jellyfin-9.0.39](https://github.com/truecharts/apps/compare/jellyfin-9.0.38...jellyfin-9.0.39) (2022-02-06)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* Mount cache to emptyDir and add PublishedServerURL var ([#1853](https://github.com/truecharts/apps/issues/1853))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="jellyfin-9.0.38"></a>
|
<a name="jellyfin-9.0.38"></a>
|
||||||
### [jellyfin-9.0.38](https://github.com/truecharts/apps/compare/jellyfin-9.0.37...jellyfin-9.0.38) (2022-02-05)
|
### [jellyfin-9.0.38](https://github.com/truecharts/apps/compare/jellyfin-9.0.37...jellyfin-9.0.38) (2022-02-05)
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,13 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
|
| env.JELLYFIN_PublishedServerUrl | string | `"https://jelly.mydomain.com"` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"tccr.io/truecharts/jellyfin"` | |
|
| image.repository | string | `"tccr.io/truecharts/jellyfin"` | |
|
||||||
| image.tag | string | `"v10.7.7@sha256:0136db4677a2ee2ee8a6962d813d6e3b49aa86784a7cfdc3af76427db32c3470"` | |
|
| image.tag | string | `"v10.7.7@sha256:0136db4677a2ee2ee8a6962d813d6e3b49aa86784a7cfdc3af76427db32c3470"` | |
|
||||||
|
| persistence.cache.enabled | bool | `true` | |
|
||||||
|
| persistence.cache.mountPath | string | `"/cache"` | |
|
||||||
|
| persistence.cache.type | string | `"emptyDir"` | |
|
||||||
| persistence.config.enabled | bool | `true` | |
|
| persistence.config.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/config"` | |
|
| persistence.config.mountPath | string | `"/config"` | |
|
||||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="jellyfin-9.0.39"></a>
|
||||||
|
### [jellyfin-9.0.39](https://github.com/truecharts/apps/compare/jellyfin-9.0.38...jellyfin-9.0.39) (2022-02-06)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* Mount cache to emptyDir and add PublishedServerURL var ([#1853](https://github.com/truecharts/apps/issues/1853))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="jellyfin-9.0.38"></a>
|
<a name="jellyfin-9.0.38"></a>
|
||||||
### [jellyfin-9.0.38](https://github.com/truecharts/apps/compare/jellyfin-9.0.37...jellyfin-9.0.38) (2022-02-05)
|
### [jellyfin-9.0.38](https://github.com/truecharts/apps/compare/jellyfin-9.0.37...jellyfin-9.0.38) (2022-02-05)
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,13 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
|
| env.JELLYFIN_PublishedServerUrl | string | `"https://jelly.mydomain.com"` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"tccr.io/truecharts/jellyfin"` | |
|
| image.repository | string | `"tccr.io/truecharts/jellyfin"` | |
|
||||||
| image.tag | string | `"v10.7.7@sha256:0136db4677a2ee2ee8a6962d813d6e3b49aa86784a7cfdc3af76427db32c3470"` | |
|
| image.tag | string | `"v10.7.7@sha256:0136db4677a2ee2ee8a6962d813d6e3b49aa86784a7cfdc3af76427db32c3470"` | |
|
||||||
|
| persistence.cache.enabled | bool | `true` | |
|
||||||
|
| persistence.cache.mountPath | string | `"/cache"` | |
|
||||||
|
| persistence.cache.type | string | `"emptyDir"` | |
|
||||||
| persistence.config.enabled | bool | `true` | |
|
| persistence.config.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/config"` | |
|
| persistence.config.mountPath | string | `"/config"` | |
|
||||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||||
|
|||||||
+5
-7715
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user