mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-27 20:10:10 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [openvscode-server-6.0.17](https://github.com/truecharts/charts/compare/openvscode-server-6.0.16...openvscode-server-6.0.17) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [openvscode-server-6.0.18](https://github.com/truecharts/charts/compare/openvscode-server-6.0.17...openvscode-server-6.0.18) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [openvscode-server-6.0.17](https://github.com/truecharts/charts/compare/openvscode-server-6.0.16...openvscode-server-6.0.17) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
## [openvscode-server-6.0.8](https://github.com/truecharts/charts/compare/openvscode-server-6.0.7...openvscode-server-6.0.8) (2023-09-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/openvscode-server to v1.82.2 ([#12663](https://github.com/truecharts/charts/issues/12663))
|
||||
|
||||
|
||||
|
||||
|
||||
## [openvscode-server-6.0.7](https://github.com/truecharts/charts/compare/openvscode-server-6.0.6...openvscode-server-6.0.7) (2023-09-13)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: openvscode-server
|
||||
version: 6.0.17
|
||||
version: 6.0.18
|
||||
appVersion: "1.84.0"
|
||||
description: Openvscode-server provides a version of VS Code that runs a server on a remote machine.
|
||||
type: application
|
||||
@@ -15,7 +15,7 @@ sources:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.2.3
|
||||
version: 14.3.3
|
||||
# condition:
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
9
stable/openvscode-server/6.0.18/app-changelog.md
Normal file
9
stable/openvscode-server/6.0.18/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [openvscode-server-6.0.18](https://github.com/truecharts/charts/compare/openvscode-server-6.0.17...openvscode-server-6.0.18) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
BIN
stable/openvscode-server/6.0.18/charts/common-14.3.3.tgz
Normal file
BIN
stable/openvscode-server/6.0.18/charts/common-14.3.3.tgz
Normal file
Binary file not shown.
@@ -1022,7 +1022,7 @@ questions:
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
@@ -1051,7 +1051,7 @@ questions:
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
@@ -1060,13 +1060,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
|
||||
Reference in New Issue
Block a user