diff --git a/config b/config new file mode 100644 index 0000000..e69de29 diff --git a/config-github.json b/config-github.json index c96a3d8..48e6228 100644 --- a/config-github.json +++ b/config-github.json @@ -11,15 +11,15 @@ "hostRules": [ { "hostType": "docker", - "matchHost": "harbor.server.kjuulh.io", - "username": "admin", + "matchHost": "harbor.front.kjuulh.io", + "username": "service", "password": "{{ secrets.HARBOR_SERVER_PASSWORD }}" } ], "packageRules": [ { "matchDatasources": ["docker"], - "registryUrls": ["https://harbor.server.kjuulh.io/docker-proxy/library/"] + "registryUrls": ["https://harbor.front.kjuulh.io/docker-proxy/library/"] }, { "groupName": "all dependencies", diff --git a/config.json b/config.json index 429b1b9..af598b1 100644 --- a/config.json +++ b/config.json @@ -11,15 +11,15 @@ "hostRules": [ { "hostType": "docker", - "matchHost": "harbor.server.kjuulh.io", - "username": "admin", + "matchHost": "harbor.front.kjuulh.io", + "username": "service", "password": "{{ secrets.HARBOR_SERVER_PASSWORD }}" } ], "packageRules": [ { "matchDatasources": ["docker"], - "registryUrls": ["https://harbor.server.kjuulh.io/docker-proxy/library/"] + "registryUrls": ["https://harbor.front.kjuulh.io/docker-proxy/library/"] }, { "groupName": "all dependencies",