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-03 15:44:18 +00:00
parent e8dbca32f5
commit 63e8f0b559
634 changed files with 9046 additions and 693 deletions
+11
View File
@@ -1,6 +1,17 @@
# Changelog<br>
<a name="medusa-1.0.16"></a>
### [medusa-1.0.16](https://github.com/truecharts/apps/compare/medusa-1.0.15...medusa-1.0.16) (2021-12-03)
#### Chore
* ensure container references are prefixed with v
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
<a name="medusa-1.0.15"></a>
### [medusa-1.0.15](https://github.com/truecharts/apps/compare/medusa-1.0.14...medusa-1.0.15) (2021-11-30)
+2 -2
View File
@@ -13,8 +13,8 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/medusa"` | |
| image.tag | string | `"0.5.20@sha256:24f43e0e6a46872b49f4713f0a8bf98f6b64bfa2a7ced1cb33d54adea26ed4e5"` | |
| image.repository | string | `"tccr.io/truecharts/medusa"` | |
| image.tag | string | `"v0.5.20@sha256:5de16df497fc0800e47cbd5761c04966403d38445ba54f076f336e70437d3cd9"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |