From c1a2f41f54ab898211516bad013fc69a2a509f4b Mon Sep 17 00:00:00 2001 From: jenkins Date: Sun, 9 Aug 2026 00:22:11 -0300 Subject: [PATCH] fix(hermes): deploy isolated chat personalization --- services/hermes/chat-router.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/hermes/chat-router.yaml b/services/hermes/chat-router.yaml index 1f91ba137..19f060f27 100644 --- a/services/hermes/chat-router.yaml +++ b/services/hermes/chat-router.yaml @@ -20,7 +20,7 @@ spec: app: hermes-chat-router annotations: ai.bstein.dev/role: privacy-preserving-chat-tenant-router - ai.bstein.dev/config-rev: "20260808-tenant-personalization" + ai.bstein.dev/config-rev: "20260809-tenant-personalization" vault.hashicorp.com/agent-inject: "true" vault.hashicorp.com/agent-pre-populate-only: "true" vault.hashicorp.com/agent-init-first: "true" @@ -62,7 +62,7 @@ spec: values: [rpi5] containers: - name: router - image: registry.bstein.dev/bstein/hermes-chat-router@sha256:d6b938bbde0a229b73dd2f1fc5c4607ea9391b21278a2ae0e43c135b83587534 + image: registry.bstein.dev/bstein/hermes-chat-router@sha256:12dffb72041dc13608e98294fa82339dfb0d35daaaf7957748cffb11605ad53f imagePullPolicy: IfNotPresent ports: - {name: http, containerPort: 8080, protocol: TCP}