fix(bf-22vc5): align acb-enrichment manifest with CI/CD pattern

- Change image registry from forgejo.ardenone.com to ronaldraygun (Docker Hub)
- Update to current commit SHA (a13902f)
- Update imagePullSecret from forgejo-container-registry to docker-hub-registry
- Align with acb-enrichment-build workflow which pushes to Docker Hub

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
jedarden 2026-06-04 07:38:38 -04:00
parent a13902f9b2
commit 90d6b9b6b3

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=forgejo.ardenone.com/ai-code-battle/acb-enrichment
argocd-image-updater.argoproj.io/image-list: app=ronaldraygun/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: forgejo.ardenone.com/ai-code-battle/acb-enrichment:sha-af188b5
image: ronaldraygun/acb-enrichment:sha-a13902f
imagePullPolicy: Always
ports:
- containerPort: 9090
@ -154,4 +154,4 @@ spec:
periodSeconds: 60
failureThreshold: 3
imagePullSecrets:
- name: forgejo-container-registry
- name: docker-hub-registry