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 20:02:25 +00:00
parent 7a1fc786fd
commit f126636cd4
7 changed files with 57 additions and 7 deletions

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<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)
#### Fix
* correct code-server persistence ([#1473](https://github.com/truecharts/apps/issues/1473))
<a name="code-server-2.0.18"></a>
### code-server-2.0.18 (2021-12-05)

View File

@@ -15,8 +15,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/code-server"` | |
| image.tag | string | `"v3.12.0@sha256:2853a8bdd8eed9c09bcd4b100b9d4be20c42a307b9d1cbae1a204276e948f9ce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/home/coder"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |

View File

@@ -8,7 +8,6 @@ TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not gu
## Source Code
* <https://github.com/cdr/code-server>
* <https://hub.docker.com/r/linuxserver/code-server>
## Requirements