forcing images to be tagged with candidate for api repo tests

Change-Id: Id154ead820280239bde27d8700c3461485102045
diff --git a/jjb/pipeline/helm-api-test.groovy b/jjb/pipeline/helm-api-test.groovy
index 271e617..43d0363 100644
--- a/jjb/pipeline/helm-api-test.groovy
+++ b/jjb/pipeline/helm-api-test.groovy
@@ -147,7 +147,7 @@
         sh '''
            pushd cord/helm-charts
            helm dep up xos-core
-           helm install -f examples/api-test-values.yaml xos-core -n xos-core
+           helm install -f examples/image-tag-candidate.yaml -f imagePullPolicy-IfNotPresent.yaml -f examples/api-test-values.yaml xos-core -n xos-core
            sleep 60
            helm status xos-core
            popd