Keep the server picker simple by default
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-12 16:30:53 +03:00
parent 9a539409f0
commit d551d41b71
5 changed files with 32 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.7.20',
gatewayClient: '0.7.20',
macClient: '0.7.21',
gatewayClient: '0.7.21',
gatewayBackend: '0.7.1',
});