From 82e05429f181db3f0090da15baa1b83ce96be195 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Tue, 5 May 2026 05:04:01 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20Argo=20CD=20child=20app=20repoURL:=20k3s?= =?UTF-8?q?=20Gitea=20=E2=86=92=20GKE=20Gitea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gitea-gke and vault-gke were pointing at the dead k3s-internal Gitea (http://gitea.git.svc.cluster.local:3000). gke-apps already uses https://git.neuralplatform.ai and syncs successfully — update child apps to match. Once gke-apps picks this up, gitea-gke will sync the pending GITEA__actions__ENABLED=true commit. --- servers/gcp/k8s/argocd-apps/gitea-gke.yaml | 2 +- servers/gcp/k8s/argocd-apps/vault-gke.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/gcp/k8s/argocd-apps/gitea-gke.yaml b/servers/gcp/k8s/argocd-apps/gitea-gke.yaml index cb44b75..b8df252 100644 --- a/servers/gcp/k8s/argocd-apps/gitea-gke.yaml +++ b/servers/gcp/k8s/argocd-apps/gitea-gke.yaml @@ -21,7 +21,7 @@ metadata: spec: project: default source: - repoURL: http://gitea.git.svc.cluster.local:3000/will/infrastructure.git + repoURL: https://git.neuralplatform.ai/will/infrastructure.git targetRevision: main path: servers/gcp/k8s/gitea destination: diff --git a/servers/gcp/k8s/argocd-apps/vault-gke.yaml b/servers/gcp/k8s/argocd-apps/vault-gke.yaml index db8e7a9..ac1842d 100644 --- a/servers/gcp/k8s/argocd-apps/vault-gke.yaml +++ b/servers/gcp/k8s/argocd-apps/vault-gke.yaml @@ -16,7 +16,7 @@ metadata: spec: project: default source: - repoURL: http://gitea.git.svc.cluster.local:3000/will/infrastructure.git + repoURL: https://git.neuralplatform.ai/will/infrastructure.git targetRevision: main path: servers/gcp/k8s/vault destination: