Migrate ECR to forgejo container registry

This commit is contained in:
Ian Keane 2026-08-22 17:56:03 -04:00
parent bd1c17b09b
commit bbea068e12
7 changed files with 47 additions and 70 deletions

View file

@ -13,9 +13,11 @@ spec:
labels:
app: mcp-auth-proxy-git
spec:
imagePullSecrets:
- name: forgejo-registry
containers:
- name: mcp-auth-proxy
image: 024762953732.dkr.ecr.us-east-1.amazonaws.com/dumpnet/mcp-auth-proxy:latest
image: {{ .Values.registry.host }}/{{ .Values.registry.user }}/mcp-auth-proxy:latest
args:
- --external-url=https://git-mcp-oauth.dumpnet.chat
- --no-auto-tls=true