diff --git a/ansible/roles/apps/templates/settings/local-path-provisioner.yaml b/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
index 07ac9a45fa1f0ce7db9c86111aae8e4f0ff6ac15..a75cfaee23befac831f7fdfd0b69344f0cf26377 100644
--- a/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
+++ b/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
@@ -5,3 +5,8 @@ nodePathMap:
 storageClass:
   defaultClass: true
   name: "local-storage"
+# We temporarily use our own build in order to use local volumes instead of
+# hostPath.
+image:
+  repository: "open.greenhost.net:4567/openappstack/openappstack/local-path-provisioner"
+  tag: "02b021c-amd64"