Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-14 18:24:25 +00:00
parent e1b58217b6
commit d9480f7fda
2953 changed files with 327011 additions and 313967 deletions

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.4
digest: sha256:5bb2d31930ed6ceb6a350de804cbd9b297888a3f6b7b3aa0aaabe8a8d0ed8861
generated: "2021-11-09T11:04:21.150291239Z"

View File

@@ -1,6 +1,23 @@
# Changelog<br>
<a name="code-server-2.0.8"></a>
### [code-server-2.0.8](https://github.com/truecharts/apps/compare/code-server-2.0.7...code-server-2.0.8) (2021-11-14)
#### Chore
* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316))
* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326))
* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322))
* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328))
#### Fix
* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321))
* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306))
<a name="code-server-2.0.7"></a>
### [code-server-2.0.7](https://github.com/truecharts/apps/compare/code-server-2.0.6...code-server-2.0.7) (2021-11-09)
@@ -80,20 +97,3 @@
* Adapt for TrueNAS SCALE RC1
<a name="code-server-1.0.1"></a>
### [code-server-1.0.1](https://github.com/truecharts/apps/compare/code-server-0.0.11...code-server-1.0.1) (2021-10-20)
#### Chore
* bump apps, remove duplicates and move incubator to stable for RC1
<a name="code-server-0.0.9"></a>
### [code-server-0.0.9](https://github.com/truecharts/apps/compare/code-server-0.0.8...code-server-0.0.9) (2021-10-20)
#### Chore
* bump versions to rerelease and fix icons

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.7
digest: sha256:2ba352eb349fd774c72b211477a059be1e479a30eef137afaca686a2946a6dc7
generated: "2021-11-14T17:23:15.156670261Z"

View File

@@ -3,7 +3,7 @@ appVersion: "3.11.1"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.4
version: 8.5.7
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
@@ -16,16 +16,15 @@ kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: truecharts.org
url: https://truecharts.org
name: code-server
sources:
- https://github.com/cdr/code-server
- https://hub.docker.com/r/linuxserver/code-server
type: application
version: 2.0.7
version: 2.0.8
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

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

Binary file not shown.

View File

@@ -349,6 +349,14 @@ questions:
schema:
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 8443
editable: true
required: true
- variable: advanced
label: "Show Advanced settings"
schema:
@@ -384,16 +392,6 @@ questions:
type: int
default: 8443
- variable: port
label: "Container Port"
schema:
type: int
default: 8443
editable: true
required: true
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
@@ -658,7 +656,7 @@ questions:
type: string
default: "/config"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
@@ -855,7 +853,7 @@ questions:
type: string
default: ""
required: true
valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
@@ -1380,17 +1378,6 @@ questions:
description: "Always"
# Specify GPU configuration
- variable: scaleGPU
label: "GPU Configuration"
group: "Resources and Devices"
schema:
type: dict
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: advancedresources
label: "Set Custom Resource Limits/Requests (Advanced)"
group: "Resources and Devices"
@@ -1480,6 +1467,16 @@ questions:
type: string
default: "/dev/ttyACM0"
# Specify GPU configuration
- variable: scaleGPU
label: "GPU Configuration"
group: "Resources and Devices"
schema:
type: dict
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: autoscaling
group: "Advanced"
label: "(Advanced) Horizontal Pod Autoscaler"