diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index 73a29ad1ebbfbde26c6639f74f459fc7ccf2e590..373f9ec1d3dec24be5f9cf561bf22839a78be389 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -231,7 +231,7 @@ hub:
                     "image": "valtri/webdav-rclone-sidecar:sha-1e36c50",
                     "args": ["bearer_token_command=cat " + token_path],
                     "env": [
-                        {"name": "WEBDAV_URL", "value": "https://webdav.egi.zcu.cz/webdav-oidc"},
+                        {"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/dav/"},
                         {"name": "WEBDAV_VENDOR", "value": "other"},
                         {"name": "MOUNT_PATH", "value": "/owncloud"},
                     ],