Skip to content

Commit

Permalink
update simple-source example
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Feb 20, 2024
1 parent 41f492e commit 27b740d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/source/simple-source/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: image
image:
docker build -t "quay.io/numaio/numaflow-python/simple-source:v0.7.0" .
docker build -t "quay.io/numaio/numaflow-python/simple-source:v0.6.1" .
# Github CI runner uses platform linux/amd64. If your local environment don't, the image built by command above might not work
# under the CI E2E test environment.
# To build an image that supports multiple platforms(linux/amd64,linux/arm64) and push to quay.io, use the following command
Expand Down
4 changes: 2 additions & 2 deletions examples/source/simple-source/pipeline-numaflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
udsource:
container:
# A simple user-defined source for e2e testing
image: quay.io/numaio/numaflow-python/simple-source:v0.7.0
image: quay.io/numaio/numaflow-python/simple-source:v0.6.1
imagePullPolicy: Always
limits:
readBatchSize: 2
Expand All @@ -18,4 +18,4 @@ spec:
log: {}
edges:
- from: in
to: out
to: out
2 changes: 1 addition & 1 deletion examples/source/simple-source/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Numaflow developers"]

[tool.poetry.dependencies]
python = "~3.10"
pynumaflow = "~0.7.0"
pynumaflow = { git = "https://github.com/numaproj/numaflow-python.git", rev = "897ebc49ca3db21bd9eeb91b09c9607e910d6776" }

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 27b740d

Please sign in to comment.