Skip to content

Commit a25986d

Browse files
committed
fix: use latest aync job image published
1 parent 9aa4fb4 commit a25986d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_registry/async_job/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Job identification
22
ASYNC_UPLOAD_JOB_NAME = "model-sync-async-job"
3-
ASYNC_UPLOAD_IMAGE = "quay.io/opendatahub/model-registry-job-async-upload:v0.2.22"
3+
ASYNC_UPLOAD_IMAGE = "quay.io/opendatahub/model-registry-job-async-upload:v0.3.0"
44

55
# Job labels and annotations
66
ASYNC_JOB_LABELS = {

0 commit comments

Comments
 (0)