Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-08 17:26:25 +00:00
parent 872f3c98a3
commit 7218dfd77d
6424 changed files with 825392 additions and 555001 deletions

View File

@@ -4,6 +4,15 @@
## [code-server-8.0.10](https://github.com/truecharts/charts/compare/code-server-8.0.9...code-server-8.0.10) (2023-11-08)
### Chore
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
## [code-server-8.0.9](https://github.com/truecharts/charts/compare/code-server-8.0.8...code-server-8.0.9) (2023-11-05)
### Chore
@@ -88,12 +97,3 @@
## [code-server-8.0.0](https://github.com/truecharts/charts/compare/code-server-7.0.31...code-server-8.0.0) (2023-07-31)
## [code-server-7.0.31](https://github.com/truecharts/charts/compare/code-server-7.0.30...code-server-7.0.31) (2023-07-29)
### Chore
- update container image tccr.io/truecharts/code-server to v4.16.0 ([#11014](https://github.com/truecharts/charts/issues/11014))

View File

@@ -3,7 +3,7 @@ appVersion: "4.18.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.3
version: 14.3.3
description: Run VS Code on any machine anywhere and access it in the browser.
home: https://truecharts.org/charts/stable/code-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png
@@ -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.0.9
version: 8.0.10
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [code-server-8.0.10](https://github.com/truecharts/charts/compare/code-server-8.0.9...code-server-8.0.10) (2023-11-08)
### Chore
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))

Binary file not shown.

View File

@@ -1007,7 +1007,7 @@ questions:
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@@ -1036,7 +1036,7 @@ questions:
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
@@ -1045,13 +1045,13 @@ questions:
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint

View File

@@ -1,9 +0,0 @@
## [code-server-8.0.9](https://github.com/truecharts/charts/compare/code-server-8.0.8...code-server-8.0.9) (2023-11-05)
### Chore
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))