Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-02-08 12:34:01 +00:00
parent e920128b49
commit 89e8fa6a52
13 changed files with 25 additions and 31 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="openvscode-server-0.0.23"></a>
### [openvscode-server-0.0.23](https://github.com/truecharts/apps/compare/openvscode-server-0.0.22...openvscode-server-0.0.23) (2022-02-08)
#### Fix
* Use CONNECTION_TOKEN on portal button ([#1666](https://github.com/truecharts/apps/issues/1666))
<a name="openvscode-server-0.0.22"></a>
### [openvscode-server-0.0.22](https://github.com/truecharts/apps/compare/openvscode-server-0.0.21...openvscode-server-0.0.22) (2022-02-06)
@ -88,12 +97,3 @@
* update helm general non-major helm releases ([#1704](https://github.com/truecharts/apps/issues/1704))
<a name="openvscode-server-0.0.13"></a>
### [openvscode-server-0.0.13](https://github.com/truecharts/apps/compare/openvscode-server-0.0.12...openvscode-server-0.0.13) (2022-01-11)
#### Chore
* update helm general non-major helm releases ([#1693](https://github.com/truecharts/apps/issues/1693))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.15.0
digest: sha256:defc89ab4b081eb8176c3321f1ae5f47b2b563b44555fbae63ca39831c7b1f62
generated: "2022-02-06T17:03:36.870097235Z"
generated: "2022-02-08T12:29:53.80146907Z"

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: openvscode-server
version: 0.0.22
version: 0.0.23
appVersion: "1.63.2"
description: Openvscode-server provides a version of VS Code that runs a server on a remote machine.
type: application

View File

@ -20,7 +20,8 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret | string | `nil` | |
| portal.path | string | `"/?tkn={{ .Values.secret.CONNECTION_TOKEN }}"` | |
| secret.CONNECTION_TOKEN | string | `"somerandomstring"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10135` | |

View File

@ -3,6 +3,9 @@ image:
pullPolicy: IfNotPresent
tag: v1.63.2
portal:
path: "/?tkn={{ .Values.secret.CONNECTION_TOKEN }}"
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
@ -12,8 +15,7 @@ podSecurityContext:
runAsGroup: 0
secret:
# CONNECTION_TOKEN: "" (Optional)
# SUDO_PASSWORD: "" (Optional)
CONNECTION_TOKEN: "somerandomstring"
env:
PUID: 568