diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index af501efb2452727500c6ce7f9b00853c59f3f737..2ee35717105658d6e82836b2eba107b959d837ab 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -290,7 +290,7 @@ hub:
                       "name": "owncloud-" + type,
                       #To be changed. This is temporary image with 
                       #rclone fix for ownCloud not yet upstreamed
-                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0",
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.1",
                       "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 390cc486219bc2851ea3e6e427c87423c1f3aa30..5ff27e40b0d2280aed78bc0469f3adf513e9a118 100644
--- a/common/deployments/hub-production.yaml
+++ b/common/deployments/hub-production.yaml
@@ -273,7 +273,7 @@ hub:
                       "name": "owncloud-" + type,
                       #To be changed. This is temporary image with 
                       #rclone fix for ownCloud not yet upstreamed
-                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0",
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.1",
                       "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 d00180eb88db42ec28a36bafb9dc088d8cf0dfed..fead5a757e9bc16e284882a7807bca000093fd00 100644
--- a/common/deployments/hub-staging.yaml
+++ b/common/deployments/hub-staging.yaml
@@ -271,7 +271,7 @@ hub:
                       "name": "owncloud-" + type,
                       #To be changed. This is temporary image with 
                       #rclone fix for ownCloud not yet upstreamed
-                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0",
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.1",
                       "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 851cd2946e4aa4c593ea0364cc05ebb658b0dc45..3e7434149ee68348ec21bdf63e7e9ce4792451e8 100644
--- a/testing/deployments/hub.yaml
+++ b/testing/deployments/hub.yaml
@@ -272,7 +272,7 @@ hub:
                       "name": "owncloud-" + type,
                       #To be changed. This is temporary image with 
                       #rclone fix for ownCloud not yet upstreamed
-                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0",
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.1",
                       "args": ["bearer_token_command=cat " + self.token_path],
                       "env": env,
                       "resources": self.sidecar_resources,