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="medusa-1.0.7"></a>
|
||||||
|
### [medusa-1.0.7](https://github.com/truecharts/apps/compare/medusa-1.0.6...medusa-1.0.7) (2021-11-07)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* update medusa manually
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="medusa-1.0.6"></a>
|
<a name="medusa-1.0.6"></a>
|
||||||
### [medusa-1.0.6](https://github.com/truecharts/apps/compare/medusa-1.0.5...medusa-1.0.6) (2021-11-07)
|
### [medusa-1.0.6](https://github.com/truecharts/apps/compare/medusa-1.0.5...medusa-1.0.6) (2021-11-07)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "0.5.17"
|
appVersion: "0.5.20"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| env.PUID | int | `568` | |
|
| env.PUID | int | `568` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"ghcr.io/linuxserver/medusa"` | |
|
| image.repository | string | `"ghcr.io/linuxserver/medusa"` | |
|
||||||
| image.tag | string | `"version-v0.5.17@sha256:9c8848a252bfc6bd2513f841139abbad07766e3b58acfb59e4f652d32ab12ed8"` | |
|
| image.tag | string | `"0.5.20@sha256:4b8296a04eff2320a466406d37a6115a0a26623d4163b6449c3d47fec6b95309"` | |
|
||||||
| persistence.config.enabled | bool | `true` | |
|
| persistence.config.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/config"` | |
|
| persistence.config.mountPath | string | `"/config"` | |
|
||||||
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
|
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="medusa-1.0.7"></a>
|
||||||
|
### [medusa-1.0.7](https://github.com/truecharts/apps/compare/medusa-1.0.6...medusa-1.0.7) (2021-11-07)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* update medusa manually
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="medusa-1.0.6"></a>
|
<a name="medusa-1.0.6"></a>
|
||||||
### [medusa-1.0.6](https://github.com/truecharts/apps/compare/medusa-1.0.5...medusa-1.0.6) (2021-11-07)
|
### [medusa-1.0.6](https://github.com/truecharts/apps/compare/medusa-1.0.5...medusa-1.0.6) (2021-11-07)
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||||||
| env.PUID | int | `568` | |
|
| env.PUID | int | `568` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"ghcr.io/linuxserver/medusa"` | |
|
| image.repository | string | `"ghcr.io/linuxserver/medusa"` | |
|
||||||
| image.tag | string | `"version-v0.5.17@sha256:9c8848a252bfc6bd2513f841139abbad07766e3b58acfb59e4f652d32ab12ed8"` | |
|
| image.tag | string | `"0.5.20@sha256:4b8296a04eff2320a466406d37a6115a0a26623d4163b6449c3d47fec6b95309"` | |
|
||||||
| persistence.config.enabled | bool | `true` | |
|
| persistence.config.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/config"` | |
|
| persistence.config.mountPath | string | `"/config"` | |
|
||||||
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
|
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
|
|||||||
+37
-1
@@ -113420,6 +113420,42 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/mealie-1.0.0/mealie-1.0.0.tgz
|
- https://github.com/truecharts/apps/releases/download/mealie-1.0.0/mealie-1.0.0.tgz
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
medusa:
|
medusa:
|
||||||
|
- annotations:
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- media
|
||||||
|
truecharts.org/grade: U
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 0.5.20
|
||||||
|
created: "2021-11-07T22:56:33.123142285Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 8.5.3
|
||||||
|
description: An automatic Video Library Manager for TV Shows
|
||||||
|
digest: 16b56f54a8750b041bb98bc420ab40e300e753239c4b55ebdbc57407cbc4fb34
|
||||||
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa
|
||||||
|
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/medusa-icon.png
|
||||||
|
keywords:
|
||||||
|
- medusa
|
||||||
|
- video
|
||||||
|
- library
|
||||||
|
- manager
|
||||||
|
- tv
|
||||||
|
- shows
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: truecharts.org
|
||||||
|
name: medusa
|
||||||
|
sources:
|
||||||
|
- https://github.com/linuxserver/docker-medusa
|
||||||
|
- https://pymedusa.com/
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/medusa-1.0.7/medusa-1.0.7.tgz
|
||||||
|
version: 1.0.7
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
@@ -243263,4 +243299,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||||
version: 3.1.5
|
version: 3.1.5
|
||||||
generated: "2021-11-07T20:07:55.448188887Z"
|
generated: "2021-11-07T22:56:33.214196339Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user