Refine server health loading indicator 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-15 00:22:57 +03:00
parent 7f276b0404
commit 7b94f2dee4
4 changed files with 25 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.8.8',
gatewayClient: '0.8.8',
macClient: '0.8.9',
gatewayClient: '0.8.9',
gatewayBackend: '0.8.0',
});