mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-18 04:40:22 +08:00
Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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` | |
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user