Add Gateway traffic totals and dashboard chart
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-08-08 00:23:55 +03:00
parent 39f3467f9b
commit 4c61a04dc7
10 changed files with 815 additions and 271 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.17.16',
gatewayClient: '0.18.16',
gatewayBackend: '0.18.1',
macClient: '0.18.0',
gatewayClient: '0.19.0',
gatewayBackend: '0.19.0',
});
export function parseVersion(value) {