Add Prometheus and Grafana monitoring instructions
Build and Deploy Gateway / build-and-push (push) Successful in 13s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-08 01:28:53 +03:00
parent c26d4cb43b
commit 10888ac012
12 changed files with 906 additions and 9 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.18.2',
gatewayClient: '0.19.2',
gatewayBackend: '0.19.0',
macClient: '0.19.0',
gatewayClient: '0.20.0',
gatewayBackend: '0.20.0',
});
export function parseVersion(value) {