Skip to content

Commit

Permalink
assisted ztp: update default registries in unauthenticated registries…
Browse files Browse the repository at this point in the history
… test (#203)
  • Loading branch information
trewest authored Sep 17, 2024
1 parent 37d6fdb commit e67c31e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ var _ = Describe(
// unAuthenticatedDefaultRegistriesList return the list of default registries.
func unAuthenticatedDefaultRegistriesList() []string {
return []string{
"registry.svc.ci.openshift.org",
"registry.ci.openshift.org",
"quay.io",
}
}
Expand All @@ -246,7 +246,7 @@ func unAuthenticatedDefaultRegistriesList() []string {
func unAuthenticatedNonDefaultRegistriesList() []string {
return []string{
"registry.redhat.io",
"registry.ci.openshift.org",
"registry.svc.ci.openshift.org",
"docker.io",
}
}
Expand Down

0 comments on commit e67c31e

Please sign in to comment.