Fixing xos-core deploy from local sources
Change-Id: I32afb159da4461a3d721d9acddfc6dddbe349b9b
diff --git a/developer/workflows.md b/developer/workflows.md
index 1daaf0b..4fd8f8e 100644
--- a/developer/workflows.md
+++ b/developer/workflows.md
@@ -85,7 +85,7 @@
```shell
helm del --purge xos-core
helm del --purge rcord-lite
-helm install xos-core -n xos-core -f examples/candidate-tag-values.yaml -f examples/if-not-present-values.yaml
+helm install xos-core -n xos-core -f examples/image-tag-candidate.yaml -f examples/imagePullPolicy-IfNotPresent.yaml
helm dep update xos-profiles/rcord-lite
helm install xos-profiles/rcord-lite -n rcord-lite -f examples/image-tag-candidate.yaml -f examples/imagePullPolicy-IfNotPresent.yaml
```