Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-11-11 15:18:55 +00:00
parent e52ef0e884
commit 5567629357
11718 changed files with 1356999 additions and 1308157 deletions

View File

@@ -1,14 +0,0 @@
## [code-server-5.0.1](https://github.com/truecharts/charts/compare/openvscode-server-3.0.0...code-server-5.0.1) (2022-11-11)
### Chore
- bump to regenerate catalog
### Fix
- remove removed includes
- remove references to targetPort

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.9.4
digest: sha256:dd59313a76f2c5f5a06d534a4546c219da44a0ca084f8f889ef4a53f7bec54f5
generated: "2022-11-11T10:18:44.375326926Z"
generated: "2022-11-11T14:26:32.578916121Z"

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/code-server
- https://github.com/cdr/code-server
type: application
version: 5.0.1
version: 5.0.2
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,14 @@
## [code-server-5.0.2](https://github.com/truecharts/charts/compare/openvscode-server-3.0.0...code-server-5.0.2) (2022-11-11)
### Chore
- bump to regenerate catalog
### Fix
- remove removed includes
- remove references to targetPort

View File

@@ -169,52 +169,6 @@ questions:
show_if: [["type", "=", "LoadBalancer"]]
type: string
default: ""
- variable: advancedsvcset
label: Show Advanced Service Settings
schema:
type: boolean
default: false
hidden: true
show_subquestions_if: true
subquestions:
- variable: externalIPs
label: "External IP's"
description: "External IP's"
schema:
type: list
hidden: true
default: []
items:
- variable: externalIP
label: External IP
schema:
type: string
- variable: ipFamilyPolicy
label: IP Family Policy
description: Specify the IP Policy
schema:
type: string
default: SingleStack
hidden: true
enum:
- value: SingleStack
description: SingleStack
- value: PreferDualStack
description: PreferDualStack
- value: RequireDualStack
description: RequireDualStack
- variable: ipFamilies
label: IP Families
description: The IP Families that should be used
schema:
type: list
default: []
hidden: true
items:
- variable: ipFamily
label: IP Family
schema:
type: string
- variable: ports
label: "Service's Port(s) Configuration"
schema:
@@ -234,27 +188,7 @@ questions:
type: int
default: 10063
required: true
- variable: advanced
label: Show Advanced Settings
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: protocol
label: Port Type
schema:
type: string
default: HTTP
enum:
- value: HTTP
description: HTTP
- value: HTTPS
description: HTTPS
- value: TCP
description: TCP
- value: UDP
description: UDP
- variable: serviceexpert
group: Networking and Services
label: Show Expert Config
@@ -551,17 +485,13 @@ questions:
- value: Memory
description: Memory
- variable: size
label: Size quotum of Storage
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: size
label: Size quotum of Storage
label: Size quotum of Storage (Do NOT REDUCE after installation)
description: This value can ONLY be INCREASED after the installation
schema:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: persistenceList
label: Additional App Storage
group: Storage and Persistence