mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
operator: update images to 0.32.0
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
This commit is contained in:
parent
383ef4526b
commit
2cbc3d55dd
@ -3,8 +3,8 @@ kind: DlbDevicePlugin
|
||||
metadata:
|
||||
name: dlbdeviceplugin-sample
|
||||
spec:
|
||||
image: intel/intel-dlb-plugin:0.31.1
|
||||
initImage: intel/intel-dlb-initcontainer:0.31.1
|
||||
image: intel/intel-dlb-plugin:0.32.0
|
||||
initImage: intel/intel-dlb-initcontainer:0.32.0
|
||||
logLevel: 4
|
||||
nodeSelector:
|
||||
intel.feature.node.kubernetes.io/dlb: 'true'
|
||||
|
@ -3,8 +3,8 @@ kind: DsaDevicePlugin
|
||||
metadata:
|
||||
name: dsadeviceplugin-sample
|
||||
spec:
|
||||
image: intel/intel-dsa-plugin:0.31.1
|
||||
initImage: intel/intel-idxd-config-initcontainer:0.31.1
|
||||
image: intel/intel-dsa-plugin:0.32.0
|
||||
initImage: intel/intel-idxd-config-initcontainer:0.32.0
|
||||
sharedDevNum: 10
|
||||
logLevel: 4
|
||||
nodeSelector:
|
||||
|
@ -3,8 +3,8 @@ kind: FpgaDevicePlugin
|
||||
metadata:
|
||||
name: fpgadeviceplugin-sample
|
||||
spec:
|
||||
image: intel/intel-fpga-plugin:0.31.1
|
||||
initImage: intel/intel-fpga-initcontainer:0.31.1
|
||||
image: intel/intel-fpga-plugin:0.32.0
|
||||
initImage: intel/intel-fpga-initcontainer:0.32.0
|
||||
mode: region
|
||||
logLevel: 4
|
||||
nodeSelector:
|
||||
|
@ -3,7 +3,7 @@ kind: GpuDevicePlugin
|
||||
metadata:
|
||||
name: gpudeviceplugin-sample
|
||||
spec:
|
||||
image: intel/intel-gpu-plugin:0.31.1
|
||||
image: intel/intel-gpu-plugin:0.32.0
|
||||
sharedDevNum: 10
|
||||
logLevel: 4
|
||||
enableMonitoring: true
|
||||
|
@ -3,8 +3,8 @@ kind: IaaDevicePlugin
|
||||
metadata:
|
||||
name: iaadeviceplugin-sample
|
||||
spec:
|
||||
image: intel/intel-iaa-plugin:0.31.1
|
||||
initImage: intel/intel-idxd-config-initcontainer:0.31.1
|
||||
image: intel/intel-iaa-plugin:0.32.0
|
||||
initImage: intel/intel-idxd-config-initcontainer:0.32.0
|
||||
sharedDevNum: 10
|
||||
logLevel: 4
|
||||
nodeSelector:
|
||||
|
@ -3,8 +3,8 @@ kind: QatDevicePlugin
|
||||
metadata:
|
||||
name: qatdeviceplugin-sample
|
||||
spec:
|
||||
image: intel/intel-qat-plugin:0.31.1
|
||||
initImage: intel/intel-qat-initcontainer:0.31.1
|
||||
image: intel/intel-qat-plugin:0.32.0
|
||||
initImage: intel/intel-qat-initcontainer:0.32.0
|
||||
dpdkDriver: vfio-pci
|
||||
kernelVfDrivers:
|
||||
- 4xxxvf
|
||||
|
@ -3,7 +3,7 @@ kind: SgxDevicePlugin
|
||||
metadata:
|
||||
name: sgxdeviceplugin-sample
|
||||
spec:
|
||||
image: intel/intel-sgx-plugin:0.31.1
|
||||
image: intel/intel-sgx-plugin:0.32.0
|
||||
enclaveLimit: 110
|
||||
provisionLimit: 110
|
||||
logLevel: 4
|
||||
|
@ -38,7 +38,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ImageMinVersion = versionutil.MustParseSemantic("0.31.1")
|
||||
ImageMinVersion = versionutil.MustParseSemantic("0.32.0")
|
||||
)
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user