Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="code-server-0.0.2"></a>
|
||||
### [code-server-0.0.2](https://github.com/truecharts/apps/compare/code-server-0.0.1...code-server-0.0.2) (2021-10-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
|
||||
|
||||
|
||||
|
||||
<a name="code-server-0.0.1"></a>
|
||||
### code-server-0.0.1 (2021-10-04)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: 3.11.1
|
||||
appVersion: "3.11.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
Run VS Code on any machine anywhere and access it in the browser.
|
||||
|
||||
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
|
||||
<a name="code-server-0.0.1"></a>
|
||||
### code-server-0.0.1 (2021-10-04)
|
||||
<a name="code-server-0.0.2"></a>
|
||||
### [code-server-0.0.2](https://github.com/truecharts/apps/compare/code-server-0.0.1...code-server-0.0.2) (2021-10-13)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
|
||||
|
||||
@@ -14,13 +14,12 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.PUID | int | `568` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/code-server"` | |
|
||||
| image.tag | string | `"version-v3.11.1"` | |
|
||||
| image.tag | string | `"version-v3.11.1@sha256:a385ba5cb16136b14ae4cd99ca95c20ac77f9831ac3fb63937a1998e1d31be2a"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| secret | object | `{}` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `8443` | |
|
||||
|
||||
Reference in New Issue
Block a user