Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-03 17:24:39 +00:00
parent 63056d7c7c
commit e568384aa2
63 changed files with 1284 additions and 67 deletions
@@ -1,6 +1,21 @@
# Changelog<br>
<a name="impostor-server-0.0.15"></a>
### [impostor-server-0.0.15](https://github.com/truecharts/apps/compare/impostor-server-0.0.14...impostor-server-0.0.15) (2022-03-03)
#### Chore
* remove fixed env from questions.yaml
* remove some ugly whitespace
* update helm chart common to v9 ([#2011](https://github.com/truecharts/apps/issues/2011))
#### Fix
* BREAKING CHANGE Move some env-vars outside of env section ([#2010](https://github.com/truecharts/apps/issues/2010))
<a name="impostor-server-0.0.13"></a>
### [impostor-server-0.0.13](https://github.com/truecharts/apps/compare/impostor-server-0.0.12...impostor-server-0.0.13) (2022-03-03)
@@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.IMPOSTOR_Debug__GameRecorderPath | string | `""` | |
| env.IMPOSTOR_Server__ListenIp | string | `"0.0.0.0"` | |
| env.IMPOSTOR_Server__PublicIp | string | `"127.0.0.1"` | |
| env.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| env.USER_ID | string | `"{{ .Values.security.PUID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/impostor-server"` | |
| image.tag | string | `"v1.6.0@sha256:789dda6ea04417d5a7abb9f0373e53ecab7a2cd7b77fa7fc8d9620d977b0e863"` | |
+1 -1
View File
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.17.2 |
| https://truecharts.org | common | 9.0.0 |
## Installing the Chart