From be23566cec4b5571178a930a5a16d22be9dd7b93 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Wed, 24 Mar 2021 16:02:08 -0700 Subject: Add qat addon helm chart This chart contains the upstream qat plugin from intel-device-plugins-for-kubernetes together with a qat driver installer. Issue-ID: MULTICLOUD-1324 Signed-off-by: Todd Malsbary Change-Id: I3467ba204276999dac4087bdf68ac0d4439861ad --- kud/deployment_infra/installers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kud/deployment_infra/installers/Makefile') diff --git a/kud/deployment_infra/installers/Makefile b/kud/deployment_infra/installers/Makefile index 17c651dd..99aadbc0 100644 --- a/kud/deployment_infra/installers/Makefile +++ b/kud/deployment_infra/installers/Makefile @@ -1,6 +1,6 @@ REGISTRY?=integratedcloudnative TAG?=latest -IMAGES=iavf-driver-installer +IMAGES=iavf-driver-installer qat-driver-installer .PHONY: all $(IMAGES) -- cgit 1.2.3-korg