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 +- kud/tests/qat.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: diff --git a/kud/tests/qat.sh b/kud/tests/qat.sh index 71769ae3..2f8d212a 100755 --- a/kud/tests/qat.sh +++ b/kud/tests/qat.sh @@ -36,7 +36,7 @@ metadata: spec: containers: - name: pod-case-01 - image: openssl-test:latest + image: integratedcloudnative/openssl-qat-engine:devel imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /dev -- cgit 1.2.3-korg