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.
This commit is contained in:
jedarden 2026-06-04 08:06:07 -04:00
parent 8f1dcc493c
commit 532b2c3f8d

View file

@ -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