From e50d28c98eced8b607bca4dbbeed2bc99e57eda4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Thu, 23 May 2024 16:36:58 +0000
Subject: [PATCH] Switch rclone webdav sidecar image to EGI version

---
 cesnet-central/deployments/fullhub.yaml | 2 +-
 demo/deployments/hub.yaml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index 372434e..cbc6b60 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -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/"},
diff --git a/demo/deployments/hub.yaml b/demo/deployments/hub.yaml
index ab5d90c..fff50ee 100644
--- a/demo/deployments/hub.yaml
+++ b/demo/deployments/hub.yaml
@@ -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/"},
-- 
GitLab