Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-02-02 22:11:26 +00:00
parent 0113eb80bc
commit 9daf674514
12 changed files with 118 additions and 76 deletions

View File

@ -1,9 +0,0 @@
## [kasm-3.2.3](https://github.com/truecharts/charts/compare/kasm-3.2.2...kasm-3.2.3) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))

View File

@ -4,6 +4,15 @@
## [kasm-3.2.4](https://github.com/truecharts/charts/compare/kasm-3.2.3...kasm-3.2.4) (2023-02-02)
### Chore
- Add basic Kasm installation information ([#6819](https://github.com/truecharts/charts/issues/6819))
## [kasm-3.2.3](https://github.com/truecharts/charts/compare/kasm-3.2.2...kasm-3.2.3) (2022-12-27) ## [kasm-3.2.3](https://github.com/truecharts/charts/compare/kasm-3.2.2...kasm-3.2.3) (2022-12-27)
### Chore ### Chore
@ -88,12 +97,3 @@
## [kasm-3.1.1](https://github.com/truecharts/charts/compare/kasm-3.1.0...kasm-3.1.1) (2022-11-30) ## [kasm-3.1.1](https://github.com/truecharts/charts/compare/kasm-3.1.0...kasm-3.1.1) (2022-11-30)
## [kasm-3.1.1](https://github.com/truecharts/charts/compare/kasm-3.1.0...kasm-3.1.1) (2022-11-30)

View File

@ -23,8 +23,9 @@ maintainers:
name: kasm name: kasm
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/kasm - https://github.com/truecharts/charts/tree/master/charts/stable/kasm
- https://hub.docker.com/kasmweb/workspaces
- https://www.kasmweb.com/ - https://www.kasmweb.com/
- https://github.com/orgs/linuxserver/packages/container/package/kasm - https://github.com/orgs/linuxserver/packages/container/package/kasm
- https://github.com/linuxserver/docker-kasm#readme - https://github.com/linuxserver/docker-kasm#readme
type: application type: application
version: 3.2.3 version: 3.2.4

View File

@ -0,0 +1,9 @@
## [kasm-3.2.4](https://github.com/truecharts/charts/compare/kasm-3.2.3...kasm-3.2.4) (2023-02-02)
### Chore
- Add basic Kasm installation information ([#6819](https://github.com/truecharts/charts/issues/6819))

View File

@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
--- ---
TrueCharts can only exist due to the incredible effort of our staff. TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -722,10 +722,17 @@ questions:
type: string type: string
required: true required: true
default: Prefix default: Prefix
- variable: clusterIssuer
label: 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: tls - variable: tls
label: TLS-Settings label: TLS-Settings
schema: schema:
type: list type: list
show_if: [["clusterIssuer", "=", ""]]
default: [] default: []
items: items:
- variable: tlsEntry - variable: tlsEntry
@ -746,12 +753,26 @@ questions:
type: string type: string
default: "" default: ""
required: true required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate - variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema: schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint - variable: entrypoint
label: (Advanced) Traefik Entrypoint label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -863,11 +884,18 @@ questions:
label: Service Port label: Service Port
schema: schema:
type: int type: int
- variable: clusterIssuer
label: 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: tls - variable: tls
label: TLS-Settings label: TLS-Settings
schema: schema:
type: list type: list
default: [] default: []
show_if: [["clusterIssuer", "=", ""]]
items: items:
- variable: tlsEntry - variable: tlsEntry
label: Host label: Host
@ -887,12 +915,25 @@ questions:
type: string type: string
default: "" default: ""
required: true required: true
- variable: scaleCert - variable: clusterIssuer
label: Select TrueNAS SCALE Certificate label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema: schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint - variable: entrypoint
label: Traefik Entrypoint label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -1119,58 +1160,58 @@ questions:
$ref: $ref:
- "definitions/gpuConfiguration" - "definitions/gpuConfiguration"
attrs: [] attrs: []
- variable: horizontalPodAutoscaler # - variable: horizontalPodAutoscaler
group: Advanced # group: Advanced
label: (Advanced) Horizontal Pod Autoscaler # label: (Advanced) Horizontal Pod Autoscaler
schema: # schema:
type: list # type: list
default: [] # default: []
items: # items:
- variable: hpaEntry # - variable: hpaEntry
label: HPA Entry # label: HPA Entry
schema: # schema:
additional_attrs: true # additional_attrs: true
type: dict # type: dict
attrs: # attrs:
- variable: name # - variable: name
label: Name # label: Name
schema: # schema:
type: string # type: string
required: true # required: true
default: "" # default: ""
- variable: enabled # - variable: enabled
label: Enabled # label: Enabled
schema: # schema:
type: boolean # type: boolean
default: false # default: false
show_subquestions_if: true # show_subquestions_if: true
subquestions: # subquestions:
- variable: target # - variable: target
label: Target # label: Target
description: Deployment name, Defaults to Main Deployment # description: Deployment name, Defaults to Main Deployment
schema: # schema:
type: string # type: string
default: "" # default: ""
- variable: minReplicas # - variable: minReplicas
label: Minimum Replicas # label: Minimum Replicas
schema: # schema:
type: int # type: int
default: 1 # default: 1
- variable: maxReplicas # - variable: maxReplicas
label: Maximum Replicas # label: Maximum Replicas
schema: # schema:
type: int # type: int
default: 5 # default: 5
- variable: targetCPUUtilizationPercentage # - variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage # label: Target CPU Utilization Percentage
schema: # schema:
type: int # type: int
default: 80 # default: 80
- variable: targetMemoryUtilizationPercentage # - variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage # label: Target Memory Utilization Percentage
schema: # schema:
type: int # type: int
default: 80 # default: 80
- variable: networkPolicy - variable: networkPolicy
group: Advanced group: Advanced
label: (Advanced) Network Policy label: (Advanced) Network Policy