Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7a1fc786fd
commit
f126636cd4
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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` | |
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -50,6 +50,40 @@ entries:
|
|||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/authelia-8.0.13/authelia-8.0.13.tgz
|
||||
version: 8.0.13
|
||||
code-server:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 3.12.0
|
||||
created: "2021-12-06T20:02:25.652107539Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.9.13
|
||||
description: Run VS Code on any machine anywhere and access it in the browser.
|
||||
digest: 6e033c0c2a1de3178918a15fec6da597ba4eddda61e90b00383d86547287e968
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server
|
||||
icon: https://github.com/truecharts/apps/raw/main/images/code-server.jpg
|
||||
keywords:
|
||||
- code
|
||||
- vs
|
||||
- visual studio
|
||||
- vscode
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: code-server
|
||||
sources:
|
||||
- https://github.com/cdr/code-server
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/code-server-2.0.19/code-server-2.0.19.tgz
|
||||
version: 2.0.19
|
||||
common:
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
|
@ -392,4 +426,4 @@ entries:
|
|||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/redis-1.0.27/redis-1.0.27.tgz
|
||||
version: 1.0.27
|
||||
generated: "2021-12-06T00:02:29.692255544Z"
|
||||
generated: "2021-12-06T20:02:25.65212464Z"
|
||||
|
|
Loading…
Reference in New Issue