Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-02-04 00:58:18 +00:00
parent a28a4325dc
commit ccb388badc
11 changed files with 119 additions and 78 deletions

View File

@ -4,6 +4,15 @@
## [openvscode-server-4.0.10](https://github.com/truecharts/charts/compare/openvscode-server-4.0.9...openvscode-server-4.0.10) (2023-02-04)
### Chore
- update container image tccr.io/truecharts/openvscode-server to 1.75.0
## [openvscode-server-4.0.9](https://github.com/truecharts/charts/compare/openvscode-server-4.0.8...openvscode-server-4.0.9) (2022-12-27)
### Chore
@ -88,12 +97,3 @@
## [openvscode-server-4.0.2](https://github.com/truecharts/charts/compare/openvscode-server-4.0.1...openvscode-server-4.0.2) (2022-11-30)
## [openvscode-server-4.0.2](https://github.com/truecharts/charts/compare/openvscode-server-4.0.1...openvscode-server-4.0.2) (2022-11-30)

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: openvscode-server
version: 4.0.9
version: 4.0.10
appVersion: "1.75.0"
description: Openvscode-server provides a version of VS Code that runs a server on a remote machine.
type: application
@ -12,7 +12,7 @@ keywords:
- openvscode-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server
- https://hub.docker.com/r/linuxserver/openvscode-server
- https://hub.docker.com/ghcr.io/linuxserver/openvscode-server
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@ -0,0 +1,9 @@
## [openvscode-server-4.0.10](https://github.com/truecharts/charts/compare/openvscode-server-4.0.9...openvscode-server-4.0.10) (2023-02-04)
### Chore
- update container image tccr.io/truecharts/openvscode-server to 1.75.0

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.
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

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/openvscode-server
pullPolicy: IfNotPresent
tag: 1.75.0@sha256:f0c53e4f1fc973abf05a40e4e5113733990cf2a656c7697d33786d19e5d43826
tag: 1.75.0@sha256:5d487f0b462666a44464857295dfbebf9d7a70b2207e0b908cc4d517a920233d
# portal:
# path: "/?tkn={{ .Values.secret.CONNECTION_TOKEN }}"

View File

@ -651,10 +651,17 @@ questions:
type: string
required: true
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
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -675,12 +682,26 @@ questions:
type: string
default: ""
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:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -792,11 +813,18 @@ questions:
label: Service Port
schema:
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
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -816,12 +844,25 @@ questions:
type: string
default: ""
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:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -1048,58 +1089,58 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy

View File

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