Skip to content

Commit

Permalink
Upstream is always https
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Oct 3, 2024
1 parent 15abd11 commit deb5bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fab/comp/zot/config.tmpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"credentialsFile": "/upstream/credentials.json",
"registries": [
{
"urls": ["{{ .UpstreamURL }}"],
"urls": ["https://{{ .UpstreamURL }}"],
"onDemand": true,
"tlsVerify": {{ .UpstreamTLSVerify }},
"content": [
Expand Down

0 comments on commit deb5bb1

Please sign in to comment.