Refine rule delete animation and bump Harbor versions
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-12 00:17:17 +03:00
parent d49a1f6837
commit 4ed25301db
4 changed files with 41 additions and 11 deletions

View File

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