Skip to content

Commit

Permalink
chore: update Python SDK E2E images (#1425)
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Kohli <[email protected]>
(cherry picked from commit 176a3f4)
  • Loading branch information
kohlisid authored and whynowy committed Dec 19, 2023
1 parent 5fd20ad commit 610c6a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/sdks-e2e/testdata/flatmap-stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- python
- example.py
# Split input message into an array with comma, https://github.com/numaproj/numaflow-python/tree/main/examples/mapstream/flatmap_stream
image: quay.io/numaio/numaflow-python/map-flatmap-stream:v0.5.0
image: quay.io/numaio/numaflow-python/map-flatmap-stream:v0.6.0
- name: python-udsink
scale:
min: 1
Expand All @@ -63,7 +63,7 @@ spec:
- python
- example.py
# https://github.com/numaproj/numaflow-python/tree/main/examples/sink/log
image: quay.io/numaio/numaflow-python/sink-log:v0.5.0
image: quay.io/numaio/numaflow-python/sink-log:v0.6.0
- name: java-split
partitions: 3
metadata:
Expand Down
4 changes: 2 additions & 2 deletions test/sdks-e2e/testdata/flatmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- python
- example.py
# Split input message into an array with comma, https://github.com/numaproj/numaflow-python/tree/main/examples/map/flatmap
image: quay.io/numaio/numaflow-python/map-flatmap:v0.5.0
image: quay.io/numaio/numaflow-python/map-flatmap:v0.6.0
- name: python-udsink
scale:
min: 1
Expand All @@ -43,7 +43,7 @@ spec:
- python
- example.py
# https://github.com/numaproj/numaflow-python/tree/main/examples/sink/log
image: quay.io/numaio/numaflow-python/sink-log:v0.5.0
image: quay.io/numaio/numaflow-python/sink-log:v0.6.0
- name: java-split
scale:
min: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
transformer:
container:
# Filter messages based on event time, see https://github.com/numaproj/numaflow-python/tree/main/examples/sourcetransform/event_time_filter
image: quay.io/numaio/numaflow-python/mapt-event-time-filter:v0.5.0
image: quay.io/numaio/numaflow-python/mapt-event-time-filter:v0.6.0
- name: sink-within-2022
scale:
min: 1
Expand Down
2 changes: 1 addition & 1 deletion test/udsource-e2e/testdata/simple-source-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
container:
# A simple user-defined source for e2e testing
# See https://github.com/numaproj/numaflow-python/tree/main/examples/source
image: quay.io/numaio/numaflow-python/simple-source:v0.5.3
image: quay.io/numaio/numaflow-python/simple-source:v0.6.0
imagePullPolicy: Always
limits:
readBatchSize: 2
Expand Down

0 comments on commit 610c6a0

Please sign in to comment.