Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-11-11 21:25:49 +00:00
parent 695ab24d67
commit 3fec6bb7f2
11765 changed files with 1507160 additions and 1317104 deletions

View File

@@ -1,14 +0,0 @@
## [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

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

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.2
version: 5.0.3
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,13 @@
## [code-server-5.0.3](https://github.com/truecharts/charts/compare/code-server-5.0.2...code-server-5.0.3) (2022-11-11)
### Chore
- Bump all for ingressList and speedtest
### Feat
- readd ingressList to all Apps that already have Ingress itself

View File

@@ -56,7 +56,6 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: replicas
description: Number of desired pod replicas
label: Desired Replicas
@@ -64,9 +63,6 @@ questions:
type: int
required: true
default: 1
- variable: customextraargs
group: "General Settings"
label: "Extra Args"
@@ -188,7 +184,6 @@ questions:
type: int
default: 10063
required: true
- variable: serviceexpert
group: Networking and Services
label: Show Expert Config
@@ -491,7 +486,6 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: persistenceList
label: Additional App Storage
group: Storage and Persistence
@@ -511,11 +505,6 @@ questions:
type: boolean
default: true
hidden: true
- variable: name
label: Name (Optional)
description: "Not required, please set to config when mounting /config or temp when mounting /tmp"
schema:
type: string
- variable: type
label: Type of Storage
description: Sets the persistence type, Anything other than PVC could break rollback!
@@ -703,8 +692,142 @@ questions:
type: string
default: ""
required: true
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress
schema:
type: list
default: []
items:
- variable: ingressListEntry
label: Custom Ingress
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enable Ingress
schema:
type: boolean
default: true
hidden: true
- variable: name
label: Name
schema:
type: string
default: ""
- variable: ingressClassName
label: IngressClass Name
schema:
type: string
default: ""
- variable: hosts
label: Hosts
schema:
type: list
default: []
items:
- variable: hostEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: host
label: HostName
schema:
type: string
default: ""
required: true
- variable: paths
label: Paths
schema:
type: list
default: []
items:
- variable: pathEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: path
label: Path
schema:
type: string
required: true
default: "/"
- variable: pathType
label: Path Type
schema:
type: string
required: true
default: Prefix
- variable: service
label: Linked Service
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Service Name
schema:
type: string
default: ""
- variable: port
label: Service Port
schema:
type: int
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
schema:
type: int
$ref:
- "definitions/certificate"
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: security
label: Container Security Settings
group: Security and Permissions
@@ -766,7 +889,6 @@ questions:
schema:
type: boolean
default: true
- variable: podSecurityContext
group: Security and Permissions
label: Pod Security Context
@@ -1492,8 +1614,6 @@ questions:
schema:
type: string
required: true
- variable: vpn
label: VPN
schema: