Improve server picker health state handling 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 15:31:41 +03:00
parent 0480e617cd
commit 9a539409f0
3 changed files with 21 additions and 8 deletions

View File

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