diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index 364b81db038c9f485501c7778f6885b0de398fcf..9cb56381b2b5660f50fb5ceb597db30efe4f7ecf 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -288,7 +288,9 @@ hub:
               spawner.extra_containers.append(
                   {
                       "name": "owncloud-" + type,
-                      "image": "eginotebooks/webdav-rclone-sidecar:sha-0f42313",
+                      #To be changed. This is temporary image with 
+                      #rclone fix for ownCloud not yet upstreamed
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0",
                       "args": ["bearer_token_command=cat " + self.token_path],
                       "env": env,
                       "resources": self.sidecar_resources,
diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml
index 3c315680a0eb2110d24cb233f0f838fd52ad2d18..390cc486219bc2851ea3e6e427c87423c1f3aa30 100644
--- a/common/deployments/hub-production.yaml
+++ b/common/deployments/hub-production.yaml
@@ -271,7 +271,9 @@ hub:
               spawner.extra_containers.append(
                   {
                       "name": "owncloud-" + type,
-                      "image": "eginotebooks/webdav-rclone-sidecar:sha-0f42313",
+                      #To be changed. This is temporary image with 
+                      #rclone fix for ownCloud not yet upstreamed
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0",
                       "args": ["bearer_token_command=cat " + self.token_path],
                       "env": env,
                       "resources": self.sidecar_resources,
diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml
index 6b86459ba154f72524d7833a7cede98c5ba47ca4..d00180eb88db42ec28a36bafb9dc088d8cf0dfed 100644
--- a/common/deployments/hub-staging.yaml
+++ b/common/deployments/hub-staging.yaml
@@ -269,7 +269,9 @@ hub:
               spawner.extra_containers.append(
                   {
                       "name": "owncloud-" + type,
-                      "image": "eginotebooks/webdav-rclone-sidecar:sha-0f42313",
+                      #To be changed. This is temporary image with 
+                      #rclone fix for ownCloud not yet upstreamed
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0",
                       "args": ["bearer_token_command=cat " + self.token_path],
                       "env": env,
                       "resources": self.sidecar_resources,
diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml
index 4f7cd7e0f2f3b85172042613ed78407c748327d9..be44a82ec926b94b23550ffa156948286943a533 100644
--- a/testing/deployments/hub.yaml
+++ b/testing/deployments/hub.yaml
@@ -270,7 +270,9 @@ hub:
               spawner.extra_containers.append(
                   {
                       "name": "owncloud-" + type,
-                      "image": "eginotebooks/webdav-rclone-sidecar:sha-0f42313",
+                      #To be changed. This is temporary image with 
+                      #rclone fix for ownCloud not yet upstreamed
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0",
                       "args": ["bearer_token_command=cat " + self.token_path],
                       "env": env,
                       "resources": self.sidecar_resources,