[CORD-3050]v4 Update to use new values files

Change-Id: I20f7fb73a393bf4e9ee26004cd5716b028375b67
diff --git a/jjb/pipeline/helm-api-test.groovy b/jjb/pipeline/helm-api-test.groovy
index 3a31332..1347466 100644
--- a/jjb/pipeline/helm-api-test.groovy
+++ b/jjb/pipeline/helm-api-test.groovy
@@ -45,7 +45,7 @@
           steps {
             sh '''
                pushd cord/build
-               ./scripts/imagebuilder.py -f ../helm-charts/examples/test-images.yaml
+               ./scripts/imagebuilder.py -f ../helm-charts/examples/api-test-images.yaml
                popd
                '''
           }
@@ -93,7 +93,7 @@
         sh '''
            pushd cord/helm-charts
            helm dep up xos-core
-           helm install -f examples/test-values.yaml -f examples/candidate-tag-values.yaml xos-core -n xos-core
+           helm install -f examples/api-test-values.yaml xos-core -n xos-core
            sleep 60
            helm status xos-core
            popd