Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/samples/pipelines_v1alpha1_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion config/samples/pipelines_v1alpha1_pipeline_rtsp-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/samples/pipelines_v1alpha1_pipeline_rtsp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion demo/pipeline_batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion demo/pipeline_rtsp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down