fix/internal registry url in adapter added port 5000

This commit is contained in:
biersoeckli
2024-12-21 11:13:15 +00:00
parent 2f6d60aa65
commit 853da38d5c

View File

@@ -21,7 +21,7 @@ interface OCIManifest {
class RegistryApiAdapter {
private registryBaseUrl = process.env.NODE_ENV === 'production' ?
'http://registry-svc.registry-and-build.svc.cluster.local' :
'http://registry-svc.registry-and-build.svc.cluster.local:5000' :
'http://localhost:5000';
async getAllImages() {