Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-10-17 19:02:12 +00:00
parent e4d3352052
commit cc3bed929e
2318 changed files with 3189 additions and 2396 deletions

View File

@@ -1,8 +0,0 @@
<a name="code-server-0.0.3"></a>
### [code-server-0.0.3](https://github.com/truecharts/apps/compare/code-server-0.0.2...code-server-0.0.3) (2021-10-13)
#### Chore
* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.3.6
digest: sha256:cb195459826131baeb2538c37ec6cbff4542c673d77aa12e0e7de2f9a75e8606
generated: "2021-10-13T22:17:52.550172498Z"

View File

@@ -0,0 +1,12 @@
<a name="code-server-0.0.4"></a>
### [code-server-0.0.4](https://github.com/truecharts/apps/compare/code-server-0.0.3...code-server-0.0.4) (2021-10-17)
#### Chore
* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
#### Fix
* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.3.10
digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
generated: "2021-10-17T18:23:12.779649548Z"

View File

@@ -3,7 +3,7 @@ appVersion: "3.11.1"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.3.6
version: 8.3.10
description: Run VS Code on any machine anywhere and access it in the browser.
home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server
icon: https://github.com/truecharts/apps/raw/main/images/code-server.jpg
@@ -22,4 +22,4 @@ sources:
- https://github.com/cdr/code-server
- https://hub.docker.com/r/linuxserver/code-server
type: application
version: 0.0.3
version: 0.0.4

View File

@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.3.6 |
| https://truecharts.org | common | 8.3.10 |
## Installing the Chart

Binary file not shown.

View File

@@ -673,6 +673,7 @@ questions:
type: string
default: "/config"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
- variable: medium
label: "EmptyDir Medium"
schema:
@@ -847,6 +848,7 @@ questions:
type: string
default: ""
required: true
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
- variable: medium
label: "EmptyDir Medium"
schema: