From 022f29cacc772229fd696bec4f9569bd317c75f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <jaromir.hradil@cesnet.cz> Date: Wed, 16 Oct 2024 10:04:56 +0200 Subject: [PATCH] Temporarily using a special sidecare image with not yet upstreamed rclone fix --- cesnet-central/deployments/fullhub.yaml | 4 +++- common/deployments/hub-production.yaml | 4 +++- common/deployments/hub-staging.yaml | 4 +++- testing/deployments/hub.yaml | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 364b81d..9cb5638 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -288,7 +288,9 @@ hub: spawner.extra_containers.append( { "name": "owncloud-" + type, - "image": "eginotebooks/webdav-rclone-sidecar:sha-0f42313", + #To be changed. This is temporary image with + #rclone fix for ownCloud not yet upstreamed + "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0", "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 3c31568..390cc48 100644 --- a/common/deployments/hub-production.yaml +++ b/common/deployments/hub-production.yaml @@ -271,7 +271,9 @@ hub: spawner.extra_containers.append( { "name": "owncloud-" + type, - "image": "eginotebooks/webdav-rclone-sidecar:sha-0f42313", + #To be changed. This is temporary image with + #rclone fix for ownCloud not yet upstreamed + "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0", "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 6b86459..d00180e 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -269,7 +269,9 @@ hub: spawner.extra_containers.append( { "name": "owncloud-" + type, - "image": "eginotebooks/webdav-rclone-sidecar:sha-0f42313", + #To be changed. This is temporary image with + #rclone fix for ownCloud not yet upstreamed + "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0", "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 4f7cd7e..be44a82 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -270,7 +270,9 @@ hub: spawner.extra_containers.append( { "name": "owncloud-" + type, - "image": "eginotebooks/webdav-rclone-sidecar:sha-0f42313", + #To be changed. This is temporary image with + #rclone fix for ownCloud not yet upstreamed + "image":"eginotebooks/webdav-rclone-sidecar-forked:1.0", "args": ["bearer_token_command=cat " + self.token_path], "env": env, "resources": self.sidecar_resources, -- GitLab