Cut over ArgoCD to Gitea: update all repoURLs and PR generator
Some checks failed
CI / build (push) Blocked by required conditions
Deploy Production / deploy (push) Waiting to run
CI / changes (push) Successful in 1s
CI / lint-and-test (push) Has been cancelled

Switch app-of-apps, platform, apps, and previews ApplicationSets
to read from in-cluster Gitea (gitea-helm-ssh.platform.svc:2222).
Previews now use Gitea PR generator instead of GitHub.
This commit is contained in:
Julia McGhee
2026-03-21 16:15:22 +00:00
parent e6f8054055
commit 1d98d6e131
5 changed files with 14 additions and 10 deletions

View File

@@ -8,9 +8,13 @@ spec:
goTemplateOptions: ["missingkey=error"]
generators:
- pullRequest:
github:
gitea:
owner: lazorgurl
repo: homelab
api: http://gitea-helm-http.platform.svc:3000
tokenRef:
secretName: argocd-gitea-token
key: token
requeueAfterSeconds: 60
template:
metadata:
@@ -18,7 +22,7 @@ spec:
spec:
project: default
source:
repoURL: git@github.com:lazorgurl/homelab.git
repoURL: ssh://git@gitea-helm-ssh.platform.svc:2222/lazorgurl/homelab.git
targetRevision: "{{ .branch }}"
path: apps/*/k8s/overlays/preview
kustomize: