Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-29 03:50:27 +00:00
parent 57384ddc13
commit bcdaa807cc
11 changed files with 33 additions and 38 deletions

View File

@ -1,13 +0,0 @@
## [obs-ndi-3.0.1](https://github.com/truecharts/charts/compare/obs-ndi-3.0.0...obs-ndi-3.0.1) (2023-08-26)
### Fix
- Fix main ports/questions ([#11884](https://github.com/truecharts/charts/issues/11884))
### Migrate
- Miigrate to new common ([#11772](https://github.com/truecharts/charts/issues/11772))

View File

@ -4,6 +4,15 @@
## [obs-ndi-3.0.2](https://github.com/truecharts/charts/compare/obs-ndi-3.0.1...obs-ndi-3.0.2) (2023-08-29)
### Fix
- Fix VNC_PASSWD ([#11985](https://github.com/truecharts/charts/issues/11985))
## [obs-ndi-3.0.1](https://github.com/truecharts/charts/compare/obs-ndi-3.0.0...obs-ndi-3.0.1) (2023-08-26)
### Fix
@ -88,12 +97,3 @@
### Chore
- update container image tccr.io/truecharts/obs-ndi to latest
## [obs-ndi-2.0.8](https://github.com/truecharts/charts/compare/obs-ndi-2.0.7...obs-ndi-2.0.8) (2022-12-21)
### Chore

View File

@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/obs-ndi
- https://github.com/patrickstigler/docker-obs-ndi
type: application
version: 3.0.1
version: 3.0.2
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@ -0,0 +1,9 @@
## [obs-ndi-3.0.2](https://github.com/truecharts/charts/compare/obs-ndi-3.0.1...obs-ndi-3.0.2) (2023-08-29)
### Fix
- Fix VNC_PASSWD ([#11985](https://github.com/truecharts/charts/issues/11985))

View File

@ -28,7 +28,7 @@ workload:
startup:
type: tcp
env:
VNC_PASSWD: "123456"
VNC_PASSWD: "headless"
service:
main:
ports:

View File

@ -100,6 +100,19 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: VNC_PASSWD
label: "VNC Password to login"
description: "Enter your VNC password to login"
schema:
type: string
default: "headless"
- variable: envList
label: Extra Environment Variables
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
@ -149,20 +162,6 @@ questions:
label: Param
schema:
type: string
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: VNC_PASSWD
label: "VNC Password to login"
description: "Enter your VNC password to login"
schema:
type: string
default: "123456"
- variable: TZ
label: Timezone
group: "General Settings"