Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-30 12:21:57 +00:00
parent 8251f19f65
commit f91fedee7d
197 changed files with 15035 additions and 4729 deletions

View File

@@ -1,9 +0,0 @@
## [code-server-8.1.12](https://github.com/truecharts/charts/compare/code-server-8.0.12...code-server-8.1.12) (2023-11-19)
### Feat
- update container image docker.io/codercom/code-server to v4.19.0 ([#15073](https://github.com/truecharts/charts/issues/15073))

View File

@@ -4,6 +4,15 @@
## [code-server-8.1.13](https://github.com/truecharts/charts/compare/code-server-8.1.12...code-server-8.1.13) (2023-11-30)
### Chore
- update container image docker.io/codercom/code-server to v4.19.1[@993c381](https://github.com/993c381) ([#15516](https://github.com/truecharts/charts/issues/15516))
## [code-server-8.1.12](https://github.com/truecharts/charts/compare/code-server-8.0.12...code-server-8.1.12) (2023-11-19)
### Feat
@@ -88,12 +97,3 @@
- update container image tccr.io/truecharts/code-server to v4.17.1 ([#13106](https://github.com/truecharts/charts/issues/13106))
## [code-server-8.0.3](https://github.com/truecharts/charts/compare/code-server-8.0.2...code-server-8.0.3) (2023-09-23)
### Chore
- update helm general non-major ([#12869](https://github.com/truecharts/charts/issues/12869))

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 4.19.0
appVersion: 4.19.1
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -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: 8.1.12
version: 8.1.13
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [code-server-8.1.13](https://github.com/truecharts/charts/compare/code-server-8.1.12...code-server-8.1.13) (2023-11-30)
### Chore
- update container image docker.io/codercom/code-server to v4.19.1[@993c381](https://github.com/993c381) ([#15516](https://github.com/truecharts/charts/issues/15516))

View File

@@ -1,7 +1,7 @@
image:
repository: docker.io/codercom/code-server
pullPolicy: IfNotPresent
tag: 4.19.0@sha256:d485b27ce0eeb32bc09beb512825eb5ad2d5ad09202e64e0bd4ca27b1555062f
tag: 4.19.1@sha256:993c381c28a3738b903ac21180f5f9dab8f2aa547bbb0b9d69bea558691e10d3
securityContext:
container:
readOnlyRootFilesystem: false

View File

@@ -1964,6 +1964,157 @@ questions:
schema:
type: int
default: 36107
- variable: ingress
label: "Ingress"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enable Ingress
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- 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: [{path: "/", pathType: "Prefix"}]
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: certificateIssuer
label: Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- 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: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
show_if: [["advanced", "=", true]]
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["advanced", "=", true]]
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: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: envList
label: Codeserver Environment Variables
schema: