Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
aeb0fce40c
commit
0afb3d7b01
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="code-server-2.0.20"></a>
|
||||
### [code-server-2.0.20](https://github.com/truecharts/apps/compare/code-server-2.0.19...code-server-2.0.20) (2021-12-06)
|
||||
|
||||
#### Fix
|
||||
|
||||
* make sure the set user is actually used correctly
|
||||
|
||||
|
||||
|
||||
<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)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
### [code-server-2.0.12](https://github.com/truecharts/apps/compare/code-server-2.0.11...code-server-2.0.12) (2021-11-23)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1386](https://github.com/truecharts/apps/issues/1386))
|
||||
|
||||
|
||||
|
||||
<a name="code-server-2.0.11"></a>
|
||||
### [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
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.9.13
|
||||
digest: sha256:0b3d55c3a990891d17a01fd96e44ecaffeddb933d41cfc296839ec67bad6d3b7
|
||||
generated: "2021-12-06T20:00:15.973604286Z"
|
||||
generated: "2021-12-06T21:10:22.347984222Z"
|
|
@ -21,7 +21,7 @@ name: code-server
|
|||
sources:
|
||||
- https://github.com/cdr/code-server
|
||||
type: application
|
||||
version: 2.0.19
|
||||
version: 2.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -11,6 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.DOCKER_USER | string | `"$USER"` | |
|
||||
| env.PUID | int | `568` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/code-server"` | |
|
|
@ -9,6 +9,7 @@ image:
|
|||
|
||||
env:
|
||||
PUID: 568
|
||||
DOCKER_USER: "$USER"
|
||||
# PROXY_DOMAIN: code-server.my.domain
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue