Align client panel desktop spacing and bump Harbor versions
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-12 14:58:55 +03:00
parent e8c1c9d403
commit 77eaed8d90
3 changed files with 21 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.7.17',
gatewayClient: '0.7.17',
macClient: '0.7.18',
gatewayClient: '0.7.18',
gatewayBackend: '0.7.1',
});