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 restartPolicy: Never
containers: containers:
- name: intelfpga-demo-job-1 - name: intelfpga-demo-job-1
image: ubuntu-demo-opae:latest image: ubuntu-demo-opae:devel
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: ["/usr/bin/test_fpga.sh"] command: ["/usr/bin/test_fpga.sh"]
securityContext: securityContext:

View File

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