diff --git a/config/samples/pipelines_v1alpha1_pipeline.yaml b/config/samples/pipelines_v1alpha1_pipeline.yaml index 9005218..b9b2f28 100644 --- a/config/samples/pipelines_v1alpha1_pipeline.yaml +++ b/config/samples/pipelines_v1alpha1_pipeline.yaml @@ -10,7 +10,7 @@ spec: filters: - name: video-in - image: plainsightai/openfilter-video-in:1.1.1 + image: plainsightai/openfilter-video-in:1.1.2 resources: requests: cpu: "1" diff --git a/config/samples/pipelines_v1alpha1_pipeline_rtsp-copy.yaml b/config/samples/pipelines_v1alpha1_pipeline_rtsp-copy.yaml index d21f99d..42aae64 100644 --- a/config/samples/pipelines_v1alpha1_pipeline_rtsp-copy.yaml +++ b/config/samples/pipelines_v1alpha1_pipeline_rtsp-copy.yaml @@ -11,7 +11,7 @@ spec: targetPort: 8080 filters: - name: video-in - image: plainsightai/openfilter-video-in:1.1.1 + image: plainsightai/openfilter-video-in:1.1.2 config: # Use the injected RTSP_URL environment variable # If credentialsSecret is configured, credentials are already embedded in the URL diff --git a/config/samples/pipelines_v1alpha1_pipeline_rtsp.yaml b/config/samples/pipelines_v1alpha1_pipeline_rtsp.yaml index 42dc662..4a5e443 100644 --- a/config/samples/pipelines_v1alpha1_pipeline_rtsp.yaml +++ b/config/samples/pipelines_v1alpha1_pipeline_rtsp.yaml @@ -17,7 +17,7 @@ spec: # (credentials are auto-substituted at runtime from the Secret) filters: - name: video-in - image: plainsightai/openfilter-video-in:1.1.1 + image: plainsightai/openfilter-video-in:1.1.2 config: # Use the injected RTSP_URL environment variable # If credentialsSecret is configured, credentials are already embedded in the URL diff --git a/demo/pipeline_batch.yaml b/demo/pipeline_batch.yaml index b38bfba..3cc57de 100644 --- a/demo/pipeline_batch.yaml +++ b/demo/pipeline_batch.yaml @@ -8,7 +8,7 @@ spec: filters: - name: video-in - image: plainsightai/openfilter-video-in:1.1.1 + image: plainsightai/openfilter-video-in:1.1.2 resources: requests: cpu: "1" diff --git a/demo/pipeline_rtsp.yaml b/demo/pipeline_rtsp.yaml index 16082c7..7305cb3 100644 --- a/demo/pipeline_rtsp.yaml +++ b/demo/pipeline_rtsp.yaml @@ -11,7 +11,7 @@ spec: targetPort: 8080 filters: - name: video-in - image: plainsightai/openfilter-video-in:1.1.1 + image: plainsightai/openfilter-video-in:1.1.2 config: # Use the injected RTSP_URL environment variable # If credentialsSecret is configured, credentials are already embedded in the URL