Skip to content

Commit

Permalink
chore: replace cos-uploader image
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Pomponio <[email protected]>
  • Loading branch information
AlessandroPomponio committed Jul 30, 2024
1 parent 2138ed7 commit ab73372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataset-operator/controllers/archive_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func getPodDataDownload(dataset *datasets.Dataset, operatorNamespace string) (*b
}
podSpec := corev1.PodSpec{
Containers: []corev1.Container{{
Image: "yiannisgkoufas/cos-uploader:latest",
Image: "quay.io/datashim-io/cos-uploader:latest",
ImagePullPolicy: corev1.PullAlways,
Name: "cos-uploader",
Command: command,
Expand Down

0 comments on commit ab73372

Please sign in to comment.