From bf0728e425c47c01dd208cbddb426c48b0b44db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 11 Sep 2024 14:50:17 +0200 Subject: [PATCH] Always use the URL argument in Docker registries --- templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 7c1e202..96a4156 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -166,7 +166,7 @@ annotations: { "auths": { {{- range $registry, $conf := . }} - {{ $registry | quote }}: { + {{ $conf.url | quote }}: { "auth": {{ (printf "%s:%s" $conf.username $conf.password) | b64enc | quote}}, "username": {{ $conf.username | quote }}, "password": {{ $conf.password | quote }},