Skip to content
Snippets Groups Projects
Commit e50d28c9 authored by František Dvořák's avatar František Dvořák
Browse files

Switch rclone webdav sidecar image to EGI version

parent 93bfe4cb
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ hub:
spawner.extra_containers.append(
{
"name": "owncloud",
"image": "valtri/webdav-rclone-sidecar:sha-ec94347",
"image": "eginotebooks/webdav-rclone-sidecar:sha-95b4f95",
"args": ["bearer_token_command=cat " + token_path],
"env": [
{"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/remote.php/webdav/"},
......
......@@ -252,7 +252,7 @@ hub:
spawner.extra_containers.append(
{
"name": "owncloud",
"image": "valtri/webdav-rclone-sidecar:95629ff",
"image": "eginotebooks/webdav-rclone-sidecar:sha-95b4f95",
"args": ["bearer_token_command=cat " + token_path],
"env": [
{"name": "WEBDAV_URL", "value": "https://ocis.aaitest.owncloud.works/remote.php/webdav/"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment