Updated latest helm version of intel-device-plugins-operator
from 0.29.0 to 0.30.0 and intel-device-plugins-qat from 0.29.0
to 0.30.0 version.
Also the patch file that was adding the QAT device id 4942 to
the qat.yaml file in the helm charts has been removed. This is
because the latest helm version already includes the QAT device id
4942.
Also changing Strategy from Recreate to default which is RollingUpdate
TEST CASES:
PASSED: Package build
PASSED: Check the application uploaded successfully using command
"system application-upload intel-device-plugins-operator.tgz"
PASSED: Enable the qat-plugin using command "system
helm-chart-attribute-modify --enabled true
intel-device-plugins-operator intel-device-plugins-qat
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 0.30.0.
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
Story: 2010604
Task: 50168
Change-Id: Ib79e44add9beac43d936eb50f97cfb7cb64fdae1
Signed-off-by: Md Irshad Sheikh <mdirshad.sheikh@windriver.com>