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="gotify-5.0.5"></a>
### [gotify-5.0.5](https://github.com/truecharts/apps/compare/gotify-5.0.4...gotify-5.0.5) (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="gotify-5.0.4"></a>
### [gotify-5.0.4](https://github.com/truecharts/apps/compare/gotify-5.0.3...gotify-5.0.4) (2021-11-30)
+2 -2
View File
@@ -23,8 +23,8 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"America/Los_Angeles"` | |
| envFrom[0].configMapRef.name | string | `"gotifyenv"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"gotify/server"` | |
| image.tag | string | `"2.1.0@sha256:57aa2aabac035c16118f625dd6d3d2c3ca421b43b28cb27512f3212193d65771"` | |
| image.repository | string | `"tccr.io/truecharts/gotify-server"` | |
| image.tag | string | `"v2.1.0@sha256:a2edccce285e1303ce7d3be3f2cb001d40aaa24182581f772ce23c1e8d1b7d20"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/app/data"` | |
| postgresql.enabled | bool | `true` | |