demo: use ubuntu-demo-opae:devel in FPGA pods

Updated FPGA pods that use ubuntu-demo-opae image to
use 'devel' tag.
This commit is contained in:
Ed Bartosh 2018-09-14 12:23:47 +03:00
parent 749d327a4a
commit 11b4f55f8b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ spec:
restartPolicy: Never
containers:
- name: intelfpga-demo-job-1
image: ubuntu-demo-opae:latest
image: ubuntu-demo-opae:devel
imagePullPolicy: IfNotPresent
command: ["/usr/bin/test_fpga.sh"]
securityContext:

View File

@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: test-container
image: ubuntu-demo-opae
image: ubuntu-demo-opae:devel
imagePullPolicy: IfNotPresent
command: ["sh", "/usr/bin/test_fpga.sh"]
securityContext: