Add delete strike overlay and bump Harbor versions
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 16s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-12 00:23:19 +03:00
parent d6ba05ac7d
commit c56f51e07b
3 changed files with 12 additions and 2 deletions

View File

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