Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-04-16 11:32:13 +00:00
parent f458790655
commit 11b3c76020
4521 changed files with 590546 additions and 470798 deletions

View File

@@ -1,9 +0,0 @@
## [code-server-7.0.4](https://github.com/truecharts/charts/compare/code-server-7.0.3...code-server-7.0.4) (2023-04-15)
### Chore
- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998))

View File

@@ -4,6 +4,15 @@
## [code-server-7.0.5](https://github.com/truecharts/charts/compare/code-server-7.0.4...code-server-7.0.5) (2023-04-16)
### Chore
- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061))
## [code-server-7.0.4](https://github.com/truecharts/charts/compare/code-server-7.0.3...code-server-7.0.4) (2023-04-15)
### Chore
@@ -88,12 +97,3 @@
- update helm general non-major
## [code-server-6.0.6](https://github.com/truecharts/charts/compare/code-server-6.0.5...code-server-6.0.6) (2022-12-19)
### Chore
- update helm general non-major

View File

@@ -3,7 +3,7 @@ appVersion: "4.10.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.4.13
version: 12.4.15
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: 7.0.4
version: 7.0.5
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [code-server-7.0.5](https://github.com/truecharts/charts/compare/code-server-7.0.4...code-server-7.0.5) (2023-04-16)
### Chore
- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061))

Binary file not shown.

View File

@@ -230,6 +230,7 @@ questions:
group: Networking and Services
label: Host-Networking (Complicated)
schema:
hidden: true
type: boolean
default: false
- variable: scaleExternalInterface
@@ -273,41 +274,41 @@ questions:
description: Use DHCP
- value: static
description: Use Static IP
- variable: staticIPConfigurations
label: Static IP Addresses
schema:
type: list
show_if: [["ipam", "=", {"type": "static"}]]
items:
- variable: staticIP
label: Static IP
- variable: staticIPConfigurations
label: Static IP Addresses
schema:
type: ipaddr
cidr: true
- variable: staticRoutes
label: Static Routes
schema:
type: list
show_if: [["ipam", "=", {"type": "static"}]]
items:
- variable: staticRouteConfiguration
label: Static Route Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: destination
label: Destination
type: list
show_if: [["type", "=", "static"]]
items:
- variable: staticIP
label: Static IP
schema:
type: ipaddr
cidr: true
required: true
- variable: gateway
label: Gateway
- variable: staticRoutes
label: Static Routes
schema:
type: list
show_if: [["type", "=", "static"]]
items:
- variable: staticRouteConfiguration
label: Static Route Configuration
schema:
type: ipaddr
cidr: false
required: true
additional_attrs: true
type: dict
attrs:
- variable: destination
label: Destination
schema:
type: ipaddr
cidr: true
required: true
- variable: gateway
label: Gateway
schema:
type: ipaddr
cidr: false
required: true
- variable: serviceList
label: Add Manual Custom Services
group: Networking and Services