Update Harbor client and gateway functionality
Build and Deploy Gateway / build-and-push (push) Successful in 35s
Build and Deploy Gateway / deploy (push) Successful in 14s

This commit is contained in:
2026-08-17 15:23:16 +03:00
parent 0b39211fbd
commit 7c255192b0
41 changed files with 1443 additions and 218 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.25.16',
gatewayClient: '0.26.15',
gatewayBackend: '0.26.5',
macClient: '0.26.0',
gatewayClient: '0.27.0',
gatewayBackend: '0.27.0',
});
export interface ParsedVersion {