From c29104f264fc7204077005810b75a0eb1bab87e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <jaromir.hradil@cesnet.cz>
Date: Wed, 16 Oct 2024 15:35:26 +0200
Subject: [PATCH] Updating tmp sidecar image

---
 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 af501ef..2ee3571 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.0",
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.1",
                       "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 390cc48..5ff27e4 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.0",
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.1",
                       "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 d00180e..fead5a7 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.0",
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.1",
                       "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 851cd29..3e74341 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.0",
+                      "image":"eginotebooks/webdav-rclone-sidecar-forked:1.1",
                       "args": ["bearer_token_command=cat " + self.token_path],
                       "env": env,
                       "resources": self.sidecar_resources,
-- 
GitLab