Update Harbor Gateway UI for direct routing mode
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 18s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-11 23:47:45 +03:00
parent 62d2044dc1
commit 483fce55f3
3 changed files with 21 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.6.2',
gatewayClient: '0.6.1',
macClient: '0.6.3',
gatewayClient: '0.6.2',
gatewayBackend: '0.6.0',
});