From 436583ab7c06e6070e5201610c507ae54bd4d878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <jaromir.hradil@cesnet.cz> Date: Thu, 17 Oct 2024 17:52:21 +0200 Subject: [PATCH] More fixes from ownCloud team in rclone --- cesnet-central/deployments/fullhub.yaml | 2 +- common/deployments/hub-production.yaml | 2 +- common/deployments/hub-staging.yaml | 2 +- testing/deployments/hub.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 2ee3571..6812913 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 5ff27e4..8a6c8e8 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 fead5a7..e8ba7fb 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 3e74341..467a234 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, -- GitLab