Add local routing rules to Harbor
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 17s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-07-11 21:52:03 +03:00
parent 306a9b8ced
commit a0c66edb02
17 changed files with 823 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.2.0',
gatewayClient: '0.2.0',
gatewayBackend: '0.2.0',
macClient: '0.3.0',
gatewayClient: '0.3.0',
gatewayBackend: '0.3.0',
});
export function parseVersion(value) {