diff --git a/cmd/iaa_plugin/README.md b/cmd/iaa_plugin/README.md index b1884c15..e3acf136 100644 --- a/cmd/iaa_plugin/README.md +++ b/cmd/iaa_plugin/README.md @@ -83,7 +83,7 @@ We can test the plugin is working by deploying the provided example iaa-qpl-demo ```bash $ make iaa-qpl-demo ... - Successfully tagged iaa-qpl-demo:devel + Successfully tagged intel/iaa-qpl-demo:devel ``` 1. Create a pod running unit tests off the local Docker image: diff --git a/demo/iaa-qpl-demo-pod.yaml b/demo/iaa-qpl-demo-pod.yaml index d929cadd..4bdc267c 100644 --- a/demo/iaa-qpl-demo-pod.yaml +++ b/demo/iaa-qpl-demo-pod.yaml @@ -5,7 +5,7 @@ metadata: spec: containers: - name: iaa-qpl-demo - image: iaa-qpl-demo:devel + image: intel/iaa-qpl-demo:devel imagePullPolicy: IfNotPresent resources: limits: