mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
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:
parent
749d327a4a
commit
11b4f55f8b
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user