Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update example image tags to use stable #1594

Merged
merged 2 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 test/diamond-e2e/testdata/cycle-backward.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
udf:
container:
# This will try each message up to 3 times before continuing, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/retry
image: quay.io/numaio/numaflow-go/map-retry:v0.6.1
image: quay.io/numaio/numaflow-go/map-retry:stable
- name: out
sink:
udsink:
Expand Down
2 changes: 1 addition & 1 deletion test/diamond-e2e/testdata/cycle-to-self.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
udf:
container:
# This will try each message up to 3 times before continuing, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/retry
image: quay.io/numaio/numaflow-go/map-retry:v0.6.1
image: quay.io/numaio/numaflow-go/map-retry:stable
- name: out
sink:
udsink:
Expand Down
6 changes: 3 additions & 3 deletions test/diamond-e2e/testdata/join-on-reduce-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: atoi-1
partitions: 2
scale:
min: 1
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: compute-sum
partitions: 2
udf:
container:
# Compute the sum, see https://github.com/numaproj/numaflow-go/tree/main/pkg/reducer/examples/sum
image: quay.io/numaio/numaflow-go/reduce-sum:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-sum:stable
groupBy:
window:
fixed:
Expand Down
2 changes: 1 addition & 1 deletion test/diamond-e2e/testdata/join-on-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: even-cat
udf:
builtin:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/testdata/even-odd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: even-sink
partitions: 2
sink:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: compute-sum
partitions: 2
udf:
container:
# Compute the sum, see https://github.com/numaproj/numaflow-go/tree/main/pkg/reducer/examples/sum
image: quay.io/numaio/numaflow-go/reduce-sum:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-sum:stable
groupBy:
window:
fixed:
Expand Down
2 changes: 1 addition & 1 deletion test/idle-source-e2e/testdata/kafka-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- name: count-event
udf:
container:
image: quay.io/numaio/numaflow-go/reduce-counter:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-counter:stable
groupBy:
window:
fixed:
Expand Down
6 changes: 3 additions & 3 deletions test/reduce-one-e2e/testdata/complex-reduce-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: keyed-fixed-sum
partitions: 1
udf:
container:
# Compute the sum, see https://github.com/numaproj/numaflow-go/tree/main/pkg/reducer/examples/sum
image: quay.io/numaio/numaflow-go/reduce-sum:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-sum:stable
groupBy:
window:
fixed:
Expand All @@ -37,7 +37,7 @@ spec:
udf:
container:
# Compute the sum, see https://github.com/numaproj/numaflow-go/tree/main/pkg/reducer/examples/sum
image: quay.io/numaio/numaflow-go/reduce-sum:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-sum:stable
groupBy:
window:
fixed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: keyed-fixed-sum
partitions: 2
udf:
container:
# Compute the sum, see https://github.com/numaproj/numaflow-go/tree/main/pkg/reducer/examples/sum
image: quay.io/numaio/numaflow-go/reduce-sum:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-sum:stable
groupBy:
window:
fixed:
Expand All @@ -37,7 +37,7 @@ spec:
udf:
container:
# Compute the sum, see https://github.com/numaproj/numaflow-go/tree/main/pkg/reducer/examples/sum
image: quay.io/numaio/numaflow-go/reduce-sum:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-sum:stable
groupBy:
window:
fixed:
Expand All @@ -49,7 +49,7 @@ spec:
udf:
container:
# Compute the sum, see https://github.com/numaproj/numaflow-go/tree/main/pkg/reducer/examples/sum
image: quay.io/numaio/numaflow-go/reduce-sum:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-sum:stable
groupBy:
window:
sliding:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: compute-sum
partitions: 1
udf:
container:
# Compute the sum, see https://github.com/numaproj/numaflow-go/tree/main/pkg/reducer/examples/sum
image: quay.io/numaio/numaflow-go/reduce-sum:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-sum:stable
groupBy:
window:
fixed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: compute-sum
udf:
container:
# Compute the sum, see https://github.com/numaproj/numaflow-go/tree/main/pkg/reducer/examples/sum
image: quay.io/numaio/numaflow-go/reduce-sum:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-sum:stable
groupBy:
window:
fixed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: compute-sum
partitions: 2
udf:
container:
# Compute the sum, see https://github.com/numaproj/numaflow-go/tree/main/pkg/reducer/examples/sum
image: quay.io/numaio/numaflow-go/reduce-sum:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-sum:stable
groupBy:
window:
fixed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: compute-sum
partitions: 2
udf:
container:
# compute the sum, see https://github.com/numaproj/numaflow-go/tree/main/pkg/reducestreamer/examples/sum
image: quay.io/numaio/numaflow-go/reduce-stream-sum:v0.6.1
image: quay.io/numaio/numaflow-go/reduce-stream-sum:stable
groupBy:
window:
fixed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/even_odd
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: compute-sum
partitions: 2
udf:
container:
# compute the sum, see https://github.com/numaproj/numaflow-java/tree/main/examples/src/main/java/io/numaproj/numaflow/examples/reducestreamer/sum
image: quay.io/numaio/numaflow-java/reduce-stream-sum:v0.6.0
image: quay.io/numaio/numaflow-java/reduce-stream-sum:stable
groupBy:
window:
fixed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ spec:
min: 1
udf:
container:
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: compute-count
partitions: 1
udf:
container:
# see https://github.com/numaproj/numaflow-go/tree/main/pkg/sessionreducer/examples/counter
image: quay.io/numaio/numaflow-go/session-counter:v0.6.1
image: quay.io/numaio/numaflow-go/session-counter:stable
groupBy:
window:
session:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
min: 1
udf:
container:
image: quay.io/numaio/numaflow-go/map-even-odd:v0.6.1
image: quay.io/numaio/numaflow-go/map-even-odd:stable
- name: compute-count
partitions: 1
udf:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
udf:
container:
# see https://github.com/numaproj/numaflow-go/tree/main/pkg/sessionreducer/examples/counter
image: quay.io/numaio/numaflow-go/session-sum:v0.6.1
image: quay.io/numaio/numaflow-go/session-counter:stable
ayildirim21 marked this conversation as resolved.
Show resolved Hide resolved
imagePullPolicy: Always
groupBy:
window:
Expand Down
14 changes: 7 additions & 7 deletions test/sdks-e2e/testdata/flatmap-stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ spec:
udf:
container:
# Split input message into an array with comma, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapstreamer/examples/flatmap_stream
image: quay.io/numaio/numaflow-go/map-flatmap-stream:v0.6.1
image: quay.io/numaio/numaflow-go/map-flatmap-stream:stable
- name: go-udsink
scale:
min: 1
sink:
udsink:
container:
# https://github.com/numaproj/numaflow-go/tree/main/pkg/sinker/examples/log
image: quay.io/numaio/numaflow-go/sink-log:v0.6.1
image: quay.io/numaio/numaflow-go/sink-log:stable
- name: go-udsink-2
scale:
min: 1
sink:
udsink:
container:
# https://github.com/numaproj/numaflow-go/tree/main/pkg/sinker/examples/log
image: quay.io/numaio/numaflow-go/sink-log:v0.6.1
image: quay.io/numaio/numaflow-go/sink-log:stable

- name: python-split
partitions: 3
Expand All @@ -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.6.0
image: quay.io/numaio/numaflow-python/map-flatmap-stream:stable
- 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.6.0
image: quay.io/numaio/numaflow-python/sink-log:stable
- name: java-split
partitions: 3
metadata:
Expand All @@ -76,15 +76,15 @@ spec:
udf:
container:
# Split input message into an array with comma, see https://github.com/numaproj/numaflow-java/tree/main/examples/src/main/java/io/numaproj/numaflow/examples/mapstream/flatmapstream
image: quay.io/numaio/numaflow-java/flat-map-stream:v0.6.0
image: quay.io/numaio/numaflow-java/flat-map-stream:stable
- name: java-udsink
scale:
min: 1
sink:
udsink:
container:
# https://github.com/numaproj/numaflow-java/tree/main/examples/src/main/java/io/numaproj/numaflow/examples/sink/simple
image: quay.io/numaio/numaflow-java/simple-sink:v0.6.0
image: quay.io/numaio/numaflow-java/simple-sink:stable
edges:
- from: in
to: go-split
Expand Down
12 changes: 6 additions & 6 deletions test/sdks-e2e/testdata/flatmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ spec:
udf:
container:
# Split input message into an array with comma, see https://github.com/numaproj/numaflow-go/tree/main/pkg/mapper/examples/flatmap
image: quay.io/numaio/numaflow-go/map-flatmap:v0.6.1
image: quay.io/numaio/numaflow-go/map-flatmap:stable
- name: go-udsink
scale:
min: 1
sink:
udsink:
container:
# https://github.com/numaproj/numaflow-go/tree/main/pkg/sinker/examples/log
image: quay.io/numaio/numaflow-go/sink-log:v0.6.1
image: quay.io/numaio/numaflow-go/sink-log:stable

- name: python-split
scale:
Expand All @@ -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.6.0
image: quay.io/numaio/numaflow-python/map-flatmap:stable
- name: python-udsink
scale:
min: 1
Expand All @@ -43,22 +43,22 @@ spec:
- python
- example.py
# https://github.com/numaproj/numaflow-python/tree/main/examples/sink/log
image: quay.io/numaio/numaflow-python/sink-log:v0.6.0
image: quay.io/numaio/numaflow-python/sink-log:stable
- name: java-split
scale:
min: 1
udf:
container:
# Split input message into an array with comma, see https://github.com/numaproj/numaflow-java/tree/main/examples/src/main/java/io/numaproj/numaflow/examples/map/flatmap
image: quay.io/numaio/numaflow-java/map-flatmap:v0.6.0
image: quay.io/numaio/numaflow-java/map-flatmap:stable
- name: java-udsink
scale:
min: 1
sink:
udsink:
container:
# https://github.com/numaproj/numaflow-java/tree/main/examples/src/main/java/io/numaproj/numaflow/examples/sink/simple
image: quay.io/numaio/numaflow-java/simple-sink:v0.6.0
image: quay.io/numaio/numaflow-java/simple-sink:stable
edges:
- from: in
to: go-split
Expand Down
6 changes: 3 additions & 3 deletions test/sdks-e2e/testdata/simple-keyed-reduce-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ spec:
udf:
container:
# Tell the input number is even or odd, see https://github.com/numaproj/numaflow-java/tree/main/examples/src/main/java/io/numaproj/numaflow/examples/map/evenodd
image: quay.io/numaio/numaflow-java/even-odd:v0.6.0
image: quay.io/numaio/numaflow-java/even-odd:stable
- name: compute-sum
partitions: 2
udf:
container:
# compute the sum, see https://github.com/numaproj/numaflow-java/tree/main/examples/src/main/java/io/numaproj/numaflow/examples/reduce/sum
image: quay.io/numaio/numaflow-java/reduce-sum:v0.6.0
image: quay.io/numaio/numaflow-java/reduce-sum:stable
groupBy:
window:
fixed:
Expand All @@ -34,7 +34,7 @@ spec:
udsink:
container:
# https://github.com/numaproj/numaflow-java/tree/main/examples/src/main/java/io/numaproj/numaflow/examples/sink/simple
image: quay.io/numaio/numaflow-java/simple-sink:v0.6.0
image: quay.io/numaio/numaflow-java/simple-sink:stable
edges:
- from: in
to: atoi
Expand Down
Loading
Loading