From 402c6e98bfc6c881dceb65ce2756ea94834c70ef Mon Sep 17 00:00:00 2001 From: Kuralamudhan Ramakrishnan Date: Tue, 26 May 2020 18:14:14 +0000 Subject: Bug fix for the ImagePullBackOff error in qat test Issue-ID: MULTICLOUD-1076 Signed-off-by: Kuralamudhan Ramakrishnan Change-Id: I2b6bfb265ce5e055987788f6f28fc475a8b5b46c --- kud/deployment_infra/images/qat_plugin_privileges.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kud/deployment_infra/images') diff --git a/kud/deployment_infra/images/qat_plugin_privileges.yaml b/kud/deployment_infra/images/qat_plugin_privileges.yaml index af98f367..b4eb58bf 100644 --- a/kud/deployment_infra/images/qat_plugin_privileges.yaml +++ b/kud/deployment_infra/images/qat_plugin_privileges.yaml @@ -17,7 +17,7 @@ spec: - name: intel-qat-kernel-plugin securityContext: privileged: true - image: akhilak/intel-qat-plugin:0.15.0 + image: integratedcloudnative/intel-qat-plugin:0.15.0 imagePullPolicy: IfNotPresent command: ["/usr/local/bin/intel_qat_device_plugin", "-mode", "kernel"] volumeMounts: -- cgit 1.2.3-korg