Add Gitea self-hosted git/CI/registry to replace GitHub

Deploy Gitea via Helm with dedicated CloudNativePG database,
in-cluster Actions runner (DinD), and built-in container registry.
ArgoCD repoURLs updated to use in-cluster Gitea SSH. Preview
ApplicationSet switched from GitHub PR generator to Gitea PR
generator. App images now pull from gitea.coreworlds.io registry.

Remaining setup after deploy: seal runner token, ArgoCD API token,
and registry pull secret once Gitea is running. Add ArgoCD deploy
key to Gitea repo settings.
This commit is contained in:
Julia McGhee
2026-03-21 15:43:30 +00:00
parent 06ae2c7d46
commit f04ecbf5cd
36 changed files with 640 additions and 52 deletions

View File

@@ -15,10 +15,10 @@ spec:
app: harness
spec:
imagePullSecrets:
- name: ghcr-pull-secret
- name: gitea-pull-secret
containers:
- name: harness
image: ghcr.io/lazorgurl/homelab-harness:latest
image: gitea.coreworlds.io/julia/homelab-harness:latest
ports:
- containerPort: 3100
env:

View File

@@ -14,6 +14,6 @@ patches:
kind: Deployment
name: harness
images:
- name: ghcr.io/lazorgurl/homelab-harness
newName: ghcr.io/lazorgurl/homelab-harness
- name: gitea.coreworlds.io/julia/homelab-harness
newName: gitea.coreworlds.io/julia/homelab-harness
newTag: latest