Add Gateway connectivity diagnostics and traffic chart improvements
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-07 20:48:43 +03:00
parent e6666558b7
commit 12375006d3
18 changed files with 1133 additions and 206 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.14.3',
gatewayClient: '0.15.3',
gatewayBackend: '0.15.0',
macClient: '0.15.0',
gatewayClient: '0.16.0',
gatewayBackend: '0.16.0',
});
export function parseVersion(value) {