fix(docker): set image pulls as valid if failed fetching (#5055)

pull/5058/head
Chaim Lev-Ari 4 years ago committed by GitHub
parent b7980f1b60
commit 886d6764be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,6 +23,7 @@ export default class porImageRegistryContainerController {
} catch (e) {
// eslint-disable-next-line no-console
console.error('Failed loading DockerHub pull rate limits', e);
this.setValidity(true);
}
} else {
this.setValidity(true);

Loading…
Cancel
Save