Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1d027d0934
commit
e51b61a0fc
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [obs-ndi-2.0.6](https://github.com/truecharts/charts/compare/obs-ndi-2.0.5...obs-ndi-2.0.6) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
|
||||
|
||||
## [obs-ndi-2.0.7](https://github.com/truecharts/charts/compare/obs-ndi-2.0.6...obs-ndi-2.0.7) (2022-12-21)
|
||||
|
||||
|
||||
|
||||
|
||||
## [obs-ndi-2.0.6](https://github.com/truecharts/charts/compare/obs-ndi-2.0.5...obs-ndi-2.0.6) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
@ -92,8 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [obs-ndi-2.0.3](https://github.com/truecharts/charts/compare/obs-ndi-2.0.2...obs-ndi-2.0.3) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
|
@ -32,4 +32,4 @@ sources:
|
|||
- https://github.com/patrickstigler/docker-obs-ndi
|
||||
- https://hub.docker.com/r/patrickstigler/obs-ndi
|
||||
type: application
|
||||
version: 2.0.6
|
||||
version: 2.0.7
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [obs-ndi-2.0.7](https://github.com/truecharts/charts/compare/obs-ndi-2.0.6...obs-ndi-2.0.7) (2022-12-21)
|
||||
|
|
@ -1,6 +1,4 @@
|
|||
env:
|
||||
NVIDIA_DRIVER_CAPABILITIES: all
|
||||
NVIDIA_VISIBLE_DEVICES: ""
|
||||
VNC_PASSWD: "123456"
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
|
@ -89,18 +89,6 @@ questions:
|
|||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: NVIDIA_DRIVER_CAPABILITIES
|
||||
label: "NVIDIA_DRIVER_CAPABILITIES"
|
||||
description: "Container Variable NVIDIADRIVERCAPABILITIES"
|
||||
schema:
|
||||
type: string
|
||||
default: "all"
|
||||
- variable: NVIDIA_VISIBLE_DEVICES
|
||||
label: "NVIDIA_VISIBLE_DEVICES"
|
||||
description: "Container Variable NVIDIAVISIBLEDEVICES"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: VNC_PASSWD
|
||||
label: "VNC_PASSWD"
|
||||
description: "Container Variable VNCPASSWD"
|
Loading…
Reference in New Issue