diff --git a/incubator/obs-ndi/3.0.1/app-changelog.md b/incubator/obs-ndi/3.0.1/app-changelog.md deleted file mode 100644 index 52a75653786..00000000000 --- a/incubator/obs-ndi/3.0.1/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/incubator/obs-ndi/3.0.1/CHANGELOG.md b/incubator/obs-ndi/3.0.2/CHANGELOG.md similarity index 91% rename from incubator/obs-ndi/3.0.1/CHANGELOG.md rename to incubator/obs-ndi/3.0.2/CHANGELOG.md index c38eb5d5bf4..f0a78fd5039 100644 --- a/incubator/obs-ndi/3.0.1/CHANGELOG.md +++ b/incubator/obs-ndi/3.0.2/CHANGELOG.md @@ -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 - diff --git a/incubator/obs-ndi/3.0.1/Chart.yaml b/incubator/obs-ndi/3.0.2/Chart.yaml similarity index 98% rename from incubator/obs-ndi/3.0.1/Chart.yaml rename to incubator/obs-ndi/3.0.2/Chart.yaml index 01cede70131..2ea00d62629 100644 --- a/incubator/obs-ndi/3.0.1/Chart.yaml +++ b/incubator/obs-ndi/3.0.2/Chart.yaml @@ -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: | diff --git a/incubator/obs-ndi/3.0.1/README.md b/incubator/obs-ndi/3.0.2/README.md similarity index 100% rename from incubator/obs-ndi/3.0.1/README.md rename to incubator/obs-ndi/3.0.2/README.md diff --git a/incubator/obs-ndi/3.0.2/app-changelog.md b/incubator/obs-ndi/3.0.2/app-changelog.md new file mode 100644 index 00000000000..df3024be2a1 --- /dev/null +++ b/incubator/obs-ndi/3.0.2/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/incubator/obs-ndi/3.0.1/app-readme.md b/incubator/obs-ndi/3.0.2/app-readme.md similarity index 100% rename from incubator/obs-ndi/3.0.1/app-readme.md rename to incubator/obs-ndi/3.0.2/app-readme.md diff --git a/incubator/obs-ndi/3.0.1/charts/common-14.0.1.tgz b/incubator/obs-ndi/3.0.2/charts/common-14.0.1.tgz similarity index 100% rename from incubator/obs-ndi/3.0.1/charts/common-14.0.1.tgz rename to incubator/obs-ndi/3.0.2/charts/common-14.0.1.tgz diff --git a/incubator/obs-ndi/3.0.1/ix_values.yaml b/incubator/obs-ndi/3.0.2/ix_values.yaml similarity index 96% rename from incubator/obs-ndi/3.0.1/ix_values.yaml rename to incubator/obs-ndi/3.0.2/ix_values.yaml index 8b28b50bcbd..935999226ab 100644 --- a/incubator/obs-ndi/3.0.1/ix_values.yaml +++ b/incubator/obs-ndi/3.0.2/ix_values.yaml @@ -28,7 +28,7 @@ workload: startup: type: tcp env: - VNC_PASSWD: "123456" + VNC_PASSWD: "headless" service: main: ports: diff --git a/incubator/obs-ndi/3.0.1/questions.yaml b/incubator/obs-ndi/3.0.2/questions.yaml similarity index 99% rename from incubator/obs-ndi/3.0.1/questions.yaml rename to incubator/obs-ndi/3.0.2/questions.yaml index cba7be49a84..ebcd0668c65 100644 --- a/incubator/obs-ndi/3.0.1/questions.yaml +++ b/incubator/obs-ndi/3.0.2/questions.yaml @@ -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" diff --git a/incubator/obs-ndi/3.0.1/templates/common.yaml b/incubator/obs-ndi/3.0.2/templates/common.yaml similarity index 100% rename from incubator/obs-ndi/3.0.1/templates/common.yaml rename to incubator/obs-ndi/3.0.2/templates/common.yaml diff --git a/incubator/obs-ndi/3.0.1/values.yaml b/incubator/obs-ndi/3.0.2/values.yaml similarity index 100% rename from incubator/obs-ndi/3.0.1/values.yaml rename to incubator/obs-ndi/3.0.2/values.yaml