Refine client panel layout and bump Harbor versions
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 13s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-07-12 13:01:45 +03:00
parent 2d1d89911e
commit 2a71466670
4 changed files with 154 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.7.8',
gatewayClient: '0.7.8',
macClient: '0.7.9',
gatewayClient: '0.7.9',
gatewayBackend: '0.7.0',
});