Make quay.io the registry URL default

This commit is contained in:
Alan Rominger 2021-06-11 09:50:20 -04:00
parent 772e9f0d6b
commit b329d9cbf4
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -1118,6 +1118,7 @@ ManagedCredentialType(
'label': ugettext_noop('Authentication URL'),
'type': 'string',
'help_text': ugettext_noop('Authentication endpoint for the container registry.'),
'default': 'quay.io',
},
{
'id': 'username',