From 15b00bf3214bce070e6dec6b4831534b70f0dbdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Sat, 3 Aug 2024 20:32:06 +0200 Subject: [PATCH] build(deps): bump all dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke Signed-off-by: Jan-Otto Kröpke --- examples/config-azure.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/examples/config-azure.json b/examples/config-azure.json index 8fb184934..b424ea4ec 100644 --- a/examples/config-azure.json +++ b/examples/config-azure.json @@ -1,7 +1,9 @@ { - "distSpecVersion": "1.1.0-dev", + "distSpecVersion": "1.1.0", "storage": { "rootDirectory": "/tmp/zot", + "dedupe": false, + "remoteCache": false, "storageDriver": { "name": "azure", "rootdirectory": "/zot", @@ -13,6 +15,8 @@ "subPaths": { "/a": { "rootDirectory": "/tmp/zot1", + "dedupe": false, + "remoteCache": false, "storageDriver": { "name": "azure", "rootdirectory": "/zot-a", @@ -24,6 +28,8 @@ }, "/b": { "rootDirectory": "/tmp/zot2", + "dedupe": false, + "remoteCache": false, "storageDriver": { "name": "azure", "rootdirectory": "/zot-b", @@ -35,6 +41,8 @@ }, "/c": { "rootDirectory": "/tmp/zot3", + "dedupe": false, + "remoteCache": false, "storageDriver": { "name": "azure", "rootdirectory": "/zot-c",