From 44b1a2fb33916b1b94d4cca811e5e626c95c5410 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Fri, 5 Jun 2026 21:54:42 -0500 Subject: [PATCH] fix(tekton): Correct ArgoCD repo URL to Gitea --- cluster/platform/tekton/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/platform/tekton/application.yaml b/cluster/platform/tekton/application.yaml index e6c9f65..163831f 100644 --- a/cluster/platform/tekton/application.yaml +++ b/cluster/platform/tekton/application.yaml @@ -12,7 +12,7 @@ spec: project: default source: - repoURL: https://github.com/mkevre/homelab.git + repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git targetRevision: main path: cluster/platform/tekton