From 532b2c3f8d3e4bb2525e8ce55a7e11ee8ea4d538 Mon Sep 17 00:00:00 2001 From: jedarden Date: Thu, 4 Jun 2026 08:06:07 -0400 Subject: [PATCH] fix(bf-22vc5): use Forgejo registry for acb-enrichment image Align deployment with CI/CD pattern: - Image: forgejo.ardenone.com/ai-code-battle/acb-enrichment:sha-8f1dcc4 - Pull secret: forgejo-container-registry - ArgoCD annotations configured for Forgejo registry The acb-images-build workflowtemplate in iad-ci builds this image and pushes to the Forgejo container registry. --- manifests/acb-enrichment-deployment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/acb-enrichment-deployment.yml b/manifests/acb-enrichment-deployment.yml index 9f41368..24b45c2 100644 --- a/manifests/acb-enrichment-deployment.yml +++ b/manifests/acb-enrichment-deployment.yml @@ -18,7 +18,7 @@ metadata: app.kubernetes.io/name: acb-enrichment app.kubernetes.io/part-of: ai-code-battle annotations: - argocd-image-updater.argoproj.io/image-list: app=ronaldraygun/acb-enrichment + argocd-image-updater.argoproj.io/image-list: app=forgejo.ardenone.com/ai-code-battle/acb-enrichment argocd-image-updater.argoproj.io/app.update-strategy: name argocd-image-updater.argoproj.io/app.allow-tags: 'regexp:^sha-[0-9a-f]+$' argocd-image-updater.argoproj.io/write-back-method: argocd @@ -38,7 +38,7 @@ spec: restartPolicy: Always containers: - name: enrichment - image: ronaldraygun/acb-enrichment:sha-a13902f + image: forgejo.ardenone.com/ai-code-battle/acb-enrichment:sha-8f1dcc4 imagePullPolicy: Always ports: - containerPort: 9090 @@ -154,4 +154,4 @@ spec: periodSeconds: 60 failureThreshold: 3 imagePullSecrets: - - name: docker-hub-registry + - name: forgejo-container-registry