diff --git a/charts/incubator/obs-ndi/Chart.yaml b/charts/incubator/obs-ndi/Chart.yaml index 9b07401c82e..a87209b580a 100644 --- a/charts/incubator/obs-ndi/Chart.yaml +++ b/charts/incubator/obs-ndi/Chart.yaml @@ -10,7 +10,7 @@ appVersion: "latest" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 11.1.2 + version: 14.0.1 deprecated: false description: "This container is based on bb12489/gui-Chart & bb12489/Chart-obs. The OBS with NDI is incorporated into the container and can be used to stream your desktop. The main reason for this fork is to update the Chart and add it to the TrueNAS app store.
" home: https://truecharts.org/charts/incubator/obs-ndi @@ -31,4 +31,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/obs-ndi - https://github.com/patrickstigler/docker-obs-ndi type: application -version: 2.0.15 +version: 3.0.0 diff --git a/charts/incubator/obs-ndi/questions.yaml b/charts/incubator/obs-ndi/questions.yaml index 3fda23be86f..1ac64acaa92 100644 --- a/charts/incubator/obs-ndi/questions.yaml +++ b/charts/incubator/obs-ndi/questions.yaml @@ -21,8 +21,8 @@ questions: type: dict attrs: - variable: VNC_PASSWD - label: "VNC_PASSWD" - description: "Container Variable VNCPASSWD" + label: "VNC Password to login" + description: "Enter your VNC password to login" schema: type: string default: "123456" diff --git a/charts/incubator/obs-ndi/templates/common.yaml b/charts/incubator/obs-ndi/templates/common.yaml index cbf66c20818..78d963fb168 100644 --- a/charts/incubator/obs-ndi/templates/common.yaml +++ b/charts/incubator/obs-ndi/templates/common.yaml @@ -1,2 +1,2 @@ {{/* Render the templates */}} -{{ include "tc.common.loader.all" . }} +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/obs-ndi/values.yaml b/charts/incubator/obs-ndi/values.yaml index a961ec3beb6..344bfef2854 100644 --- a/charts/incubator/obs-ndi/values.yaml +++ b/charts/incubator/obs-ndi/values.yaml @@ -1,26 +1,47 @@ -env: - VNC_PASSWD: "123456" image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/obs-ndi tag: latest@sha256:321eb11d40c21fbf90a1eba09e88b9e641a9473cc5c689f289775080164be156 -persistence: - configpath: - enabled: true - mountPath: /config/obs-studio -podSecurityContext: - runAsGroup: 0 - runAsUser: 0 + securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false + container: + runAsGroup: 0 + runAsUser: 0 + readOnlyRootFilesystem: false + runAsNonRoot: false + +workload: + main: + podSpec: + containers: + main: + securityContext: + capabilities: + add: + - NET_BIND_SERVICE + - KILL + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + VNC_PASSWD: "123456" service: main: ports: main: port: 5901 - protocol: TCP + protocol: http targetPort: 5901 +persistence: + configpath: + enabled: true + mountPath: /config/obs-studio + portal: - enabled: true + open: + enabled: true