Skip to content

Commit 00d8152

Browse files
authored
Merge pull request intel#1245 from hj-johannes-lee/fix-iaa-image-name
iaa: fix the name of the demo image
2 parents cc144c3 + 9b203ba commit 00d8152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/iaa_plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ We can test the plugin is working by deploying the provided example iaa-qpl-demo
8383
```bash
8484
$ make iaa-qpl-demo
8585
...
86-
Successfully tagged iaa-qpl-demo:devel
86+
Successfully tagged intel/iaa-qpl-demo:devel
8787
```
8888

8989
1. Create a pod running unit tests off the local Docker image:

demo/iaa-qpl-demo-pod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: iaa-qpl-demo
8-
image: iaa-qpl-demo:devel
8+
image: intel/iaa-qpl-demo:devel
99
imagePullPolicy: IfNotPresent
1010
resources:
1111
limits:

0 commit comments

Comments
 (0)