Fix profile server selection activation state
Build and Deploy Gateway / build-and-push (push) Successful in 20s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-11 10:11:13 +03:00
parent 17849ffd73
commit 7e4da4bdcf
11 changed files with 60 additions and 62 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.23.11',
gatewayClient: '0.24.11',
gatewayBackend: '0.24.0',
macClient: '0.24.0',
gatewayClient: '0.25.0',
gatewayBackend: '0.25.0',
});
export interface ParsedVersion {