replacing 'xos-profiles' with 'workflows' in pipelines

Change-Id: Ife80c1fbc1ea1756c2ee16968042699db393419a
diff --git a/jjb/pipeline/chart-api-test-helm.groovy b/jjb/pipeline/chart-api-test-helm.groovy
index 31c55db..8ac098f 100644
--- a/jjb/pipeline/chart-api-test-helm.groovy
+++ b/jjb/pipeline/chart-api-test-helm.groovy
@@ -110,8 +110,8 @@
            helm dep up xos-core
            helm install \${helm_install_args} xos-core -n xos-core
 
-           helm dep update xos-profiles/att-workflow
-           helm install \${helm_install_args} xos-profiles/att-workflow -n att-workflow
+           helm dep update workflows/att-workflow
+           helm install \${helm_install_args} workflows/att-workflow -n att-workflow
 
            # wait for services to load
            PODS_TIMEOUT=900 ./scripts/wait_for_pods.sh