Handle connectivity diagnostics failures
Build and Deploy Gateway / build-and-push (push) Successful in 13s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-07 20:58:18 +03:00
parent 12375006d3
commit 0c376c72aa
6 changed files with 30 additions and 11 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.15.0',
gatewayClient: '0.16.0',
gatewayBackend: '0.16.0',
macClient: '0.15.1',
gatewayClient: '0.16.1',
gatewayBackend: '0.16.1',
});
export function parseVersion(value) {