Update Harbor client and gateway integration workflows
Build and Deploy Gateway / build-and-push (push) Failing after 14s
Build and Deploy Gateway / deploy (push) Has been skipped

This commit is contained in:
2026-08-19 18:16:10 +03:00
parent 416b2b294a
commit daec12e013
63 changed files with 5016 additions and 108 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.27.0',
gatewayClient: '0.28.0',
gatewayBackend: '0.28.0',
macClient: '0.28.0',
gatewayClient: '0.29.0',
gatewayBackend: '0.29.0',
});
export interface ParsedVersion {