Improve failover controls and preserve manual switching state
Build and Deploy Gateway / build-and-push (push) Failing after 1s
Build and Deploy Gateway / deploy (push) Has been skipped

This commit is contained in:
2026-08-28 19:40:53 +03:00
parent 8f2f418569
commit a84cca0668
30 changed files with 547 additions and 112 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.31.0',
gatewayClient: '0.32.0',
gatewayBackend: '0.32.0',
macClient: '0.31.1',
gatewayClient: '0.32.1',
gatewayBackend: '0.32.1',
});
export interface ParsedVersion {