Upgraded the Helm charts to the latest versions:
> intel-device-plugins-operator from 0.30.0 to 0.32.1
> intel-device-plugins-qat from 0.30.0 to 0.32.1
> intel-device-plugins-gpu from 0.30.0 to 0.32.1
Additionally, added a patch to:
> Create the default-registry-key secret for the
intel-device-plugins-operator
> Use the custom stx.11.0-v0.32.1 image for
intel-device-plugins-operator, intel-device-plugins-qat, and
intel-device-plugins-gpu
TEST CASES:
PASSED: Tested in kubernetes version v1.32.2
PASSED: Package build
PASSED: Check the application uploaded successfully using command
"system application-upload intel-device-plugins-operator.tgz"
PASSED: Enable the qat-plugin and gpu-plugin using command "system
helm-chart-attribute-modify --enabled true
intel-device-plugins-operator pod_name
intel-device-plugins-operator"
PASSED: Check the enabled status using command "system
helm-override-list intel-device-plugins-operator --long"
PASSED: Apply the app using command "system application-apply
intel-device-plugins-operator" and check the status of app,
it should be applied successfully in first attempt.
PASSED: Verified the pods using command
"kubectl get pods -n intel-device-plugins-operator"
PASSED: Check the image version used by the pods using command
"kubectl describe po pod_name". It should show the
stx.11.0-v0.32.1.
PASSED: Check the description of the node after applying the app
using command "kubectl describe node controller-0". It
shows the Capacity: qat.intel.com/asym-dc:32 and
Allocatable: qat.intel.com/asym-dc: 32
PASSED: Tested app version update and downgrade
Story: 2011407
Task: 52574
Change-Id: Iabf52145542c6bee0ca6a8f4158dfba6ab4dfd70
Signed-off-by: Md Irshad Sheikh <mdirshad.sheikh@windriver.com>