Keep verified Gateway active through transient discovery failures
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-31 10:57:00 +03:00
parent c6d3fd39fb
commit fdc6f687f3
5 changed files with 39 additions and 18 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.8.11',
macClient: '0.8.12',
gatewayClient: '0.8.10',
gatewayBackend: '0.8.0',
gatewayBackend: '0.8.1',
});
export function parseVersion(value) {