Refactor Harbor client connection flow
Build and Deploy Gateway / build-and-push (push) Successful in 22s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-17 12:19:26 +03:00
parent 8eccdd4050
commit 0b39211fbd
4 changed files with 625 additions and 631 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.25.15',
gatewayClient: '0.26.14',
macClient: '0.25.16',
gatewayClient: '0.26.15',
gatewayBackend: '0.26.5',
});