From 58e5225bac237391b874bd60120d88685dbc2fb4 Mon Sep 17 00:00:00 2001 From: Yaron Schwimmer Date: Thu, 31 Dec 2020 18:05:15 +0200 Subject: [PATCH] fix: container registry agent list tags path --- client-templates/container-registry-agent/accept.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-templates/container-registry-agent/accept.json.sample b/client-templates/container-registry-agent/accept.json.sample index 04622e25b..ba108efe5 100644 --- a/client-templates/container-registry-agent/accept.json.sample +++ b/client-templates/container-registry-agent/accept.json.sample @@ -43,7 +43,7 @@ { "//": "lists tags/images in a repository", "method": "GET", - "path": "/list/:repo", + "path": "/list/*", "origin": "${CR_AGENT_URL}" }, {