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

pull/5044/head
Chaim Lev-Ari 2021-05-07 06:38:58 +03:00 committed by GitHub
parent daabce2b8f
commit 39e24ec93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);