Remove initial server health check and bump Harbor versions
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 12s

This commit is contained in:
2026-07-13 10:31:01 +03:00
parent 90447de0aa
commit 8c19f2cba9
17 changed files with 398 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.7.23',
gatewayClient: '0.7.23',
gatewayBackend: '0.7.1',
macClient: '0.7.36',
gatewayClient: '0.7.34',
gatewayBackend: '0.7.5',
});
export function parseVersion(value) {