Bump Harbor versions and refine gateway mode transition
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 13s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-12 12:09:31 +03:00
parent ef33ad9c84
commit 5e33360c92
3 changed files with 22 additions and 12 deletions

View File

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