From ca0093dda76b02d0898e81ea427ff8ac46e92646 Mon Sep 17 00:00:00 2001 From: jedarden Date: Thu, 4 Jun 2026 08:17:03 -0400 Subject: [PATCH] fix(bf-22vc5): sync enrichment manifest image SHA with declarative-config (sha-97b4b0f) Update acb-enrichment-deployment.yml to use SHA 97b4b0f which is the commit that triggered the acb-images-build workflow for the enrichment image. This aligns with declarative-config. The enrichment Dockerfile was verified as valid. The acb-enrichment build is now included in acb-images-build workflow (added via declarative-config commit ce48ad2). --- manifests/acb-enrichment-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/acb-enrichment-deployment.yml b/manifests/acb-enrichment-deployment.yml index 24b45c2..532e383 100644 --- a/manifests/acb-enrichment-deployment.yml +++ b/manifests/acb-enrichment-deployment.yml @@ -38,7 +38,7 @@ spec: restartPolicy: Always containers: - name: enrichment - image: forgejo.ardenone.com/ai-code-battle/acb-enrichment:sha-8f1dcc4 + image: forgejo.ardenone.com/ai-code-battle/acb-enrichment:sha-97b4b0f imagePullPolicy: Always ports: - containerPort: 9090