Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-12-06 20:02:27 +00:00
parent 2b7e192ed4
commit aeb0fce40c
13 changed files with 19 additions and 21 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)
@ -88,12 +97,3 @@
### [code-server-2.0.11](https://github.com/truecharts/apps/compare/code-server-2.0.10...code-server-2.0.11) (2021-11-22)
#### Chore
* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383))
<a name="code-server-2.0.10"></a>
### [code-server-2.0.10](https://github.com/truecharts/apps/compare/code-server-2.0.9...code-server-2.0.10) (2021-11-16)
#### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.9.13
digest: sha256:0b3d55c3a990891d17a01fd96e44ecaffeddb933d41cfc296839ec67bad6d3b7
generated: "2021-12-05T22:48:33.076021262Z"
generated: "2021-12-06T20:00:15.973604286Z"

View File

@ -20,9 +20,8 @@ maintainers:
name: code-server
sources:
- https://github.com/cdr/code-server
- https://hub.docker.com/r/linuxserver/code-server
type: application
version: 2.0.18
version: 2.0.19
annotations:
truecharts.org/catagories: |
- media

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

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

@ -27,8 +27,8 @@ service:
targetPort: 8080
persistence:
config:
data:
enabled: true
mountPath: "/config"
mountPath: "/home/coder"
varrun:
enabled: true

View File

@ -591,9 +591,9 @@ questions:
schema:
type: dict
attrs:
- variable: config
label: "App Config Storage"
description: "Stores the Application Configuration."
- variable: data
label: "App Data Storage"
description: "Stores the Application Data."
schema:
type: dict
attrs:
@ -656,7 +656,7 @@ questions:
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/config"
default: "/home/coder"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium