Skip to content

Commit 0696108

Browse files
authored
k8s(async-upload): fix Job Manifest default image name (#1320)
Signed-off-by: Matteo Mortari <[email protected]>
1 parent 9e0e3f8 commit 0696108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/async-upload/samples/sample_job_s3_to_oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
restartPolicy: Never
6262
containers:
6363
- name: async-upload
64-
image: kubeflow/model-registry-async-job:local
64+
image: ghcr.io/kubeflow/model-registry/job/async-upload:latest
6565
volumeMounts:
6666
- name: source-credentials
6767
readOnly: true

0 commit comments

Comments
 (0)