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-06 21:12:40 +00:00
parent df18ec0d17
commit 4bb24e7dd3
5 changed files with 54 additions and 1 deletions

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="code-server-2.0.20"></a>
### [code-server-2.0.20](https://github.com/truecharts/apps/compare/code-server-2.0.19...code-server-2.0.20) (2021-12-06)
#### Fix
* make sure the set user is actually used correctly
<a name="code-server-2.0.19"></a>
### [code-server-2.0.19](https://github.com/truecharts/apps/compare/code-server-2.0.18...code-server-2.0.19) (2021-12-06)

View File

@@ -11,6 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.DOCKER_USER | string | `"$USER"` | |
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/code-server"` | |