Add domain traffic metrics and Grafana dashboard
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-08 01:57:00 +03:00
parent 10888ac012
commit ca53b671ee
20 changed files with 612 additions and 17 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.19.0',
gatewayClient: '0.20.0',
gatewayBackend: '0.20.0',
macClient: '0.20.0',
gatewayClient: '0.21.0',
gatewayBackend: '0.21.0',
});
export function parseVersion(value) {