diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 2ee35717105658d6e82836b2eba107b959d837ab..6812913d837f83c18ff42777bf6ba0ffdfe12c8a 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.1", + "image":"eginotebooks/webdav-rclone-sidecar-forked:1.2", "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 5ff27e40b0d2280aed78bc0469f3adf513e9a118..8a6c8e8c98de31294c5ad4fe825ccc16fe8d743b 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.1", + "image":"eginotebooks/webdav-rclone-sidecar-forked:1.2", "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 fead5a757e9bc16e284882a7807bca000093fd00..e8ba7fb9ae1c91c0dba14fabee13f237febed997 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.1", + "image":"eginotebooks/webdav-rclone-sidecar-forked:1.2", "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 3e7434149ee68348ec21bdf63e7e9ce4792451e8..467a234460f7b4fe24708d9fe0e1d9abbc8c7e7e 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.1", + "image":"eginotebooks/webdav-rclone-sidecar-forked:1.2", "args": ["bearer_token_command=cat " + self.token_path], "env": env, "resources": self.sidecar_resources,