From a965544fec650b7f22a751fcc2b17f2ea47ac81f Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 21 Jul 2026 21:29:46 -0300 Subject: [PATCH] agent: reset Hermes rollout window --- .../atlas/flux-system/applications/hermes/kustomization.yaml | 2 +- services/hermes/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/atlas/flux-system/applications/hermes/kustomization.yaml b/clusters/atlas/flux-system/applications/hermes/kustomization.yaml index 2cf7f858b..39fd224b3 100644 --- a/clusters/atlas/flux-system/applications/hermes/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/hermes/kustomization.yaml @@ -16,7 +16,7 @@ spec: name: flux-system namespace: flux-system wait: true - timeout: 30m + timeout: 45m healthChecks: - apiVersion: apps/v1 kind: Deployment diff --git a/services/hermes/deployment.yaml b/services/hermes/deployment.yaml index 6c5c4fcbf..75437fe6d 100644 --- a/services/hermes/deployment.yaml +++ b/services/hermes/deployment.yaml @@ -9,7 +9,7 @@ metadata: spec: replicas: 1 revisionHistoryLimit: 2 - progressDeadlineSeconds: 1800 + progressDeadlineSeconds: 2700 strategy: type: Recreate selector: @@ -23,7 +23,7 @@ spec: ai.bstein.dev/model: qwen2.5:7b-instruct-q4_0 ai.bstein.dev/role: testing-triage ai.bstein.dev/placement: arm64 gateway lane (rpi5 preferred) - ai.bstein.dev/config-rev: "20260721-hermes-replacement" + ai.bstein.dev/config-rev: "20260721-hermes-rollout-deadline" spec: serviceAccountName: hermes-triage automountServiceAccountToken: true