Skip to content

Commit

Permalink
operator: update images to 0.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tuomas Katila <[email protected]>
  • Loading branch information
tkatila committed Jan 30, 2025
1 parent 383ef45 commit 2cbc3d5
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/controllers/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
)

var (
ImageMinVersion = versionutil.MustParseSemantic("0.31.1")
ImageMinVersion = versionutil.MustParseSemantic("0.32.0")
)

const (
Expand Down

0 comments on commit 2cbc3d5

Please sign in to comment.