Refine failover controls and bump Harbor versions
Build and Deploy Gateway / build-and-push (push) Successful in 24s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-19 19:23:16 +03:00
parent d4f228284e
commit cedd31cc16
5 changed files with 362 additions and 96 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.28.0',
gatewayClient: '0.29.0',
gatewayBackend: '0.29.1',
macClient: '0.29.0',
gatewayClient: '0.30.0',
gatewayBackend: '0.30.0',
});
export interface ParsedVersion {