Bump Harbor versions and tighten server picker layout
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-07-14 23:06:29 +03:00
parent 8139543e9a
commit bc3cc12f69
5 changed files with 72 additions and 40 deletions

View File

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