From 7bbfa88fafd2d53f852f86d778f6c7c6eac9370f Mon Sep 17 00:00:00 2001 From: infinicaretech Date: Wed, 1 Apr 2026 21:02:38 +0000 Subject: [PATCH] fix: update repo URLs to Gitea internal service Switched from GitHub to self-hosted Gitea (gitea-http.gitea.svc:3000). Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/health-app.yaml | 2 +- projects/infinicaretech.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/health-app.yaml b/apps/health-app.yaml index 85480d3..af2e3fc 100644 --- a/apps/health-app.yaml +++ b/apps/health-app.yaml @@ -8,7 +8,7 @@ metadata: spec: project: infinicaretech source: - repoURL: https://github.com/infinicaretech/gitops-infra.git + repoURL: http://gitea-http.gitea.svc:3000/gitea_admin/gitops-infra.git targetRevision: main path: environments/health-app/overlays/production destination: diff --git a/projects/infinicaretech.yaml b/projects/infinicaretech.yaml index 1decebc..29c6a73 100644 --- a/projects/infinicaretech.yaml +++ b/projects/infinicaretech.yaml @@ -6,7 +6,7 @@ metadata: spec: description: InfinicareTech applications sourceRepos: - - "https://github.com/infinicaretech/gitops-infra.git" + - "http://gitea-http.gitea.svc:3000/gitea_admin/gitops-infra.git" destinations: - namespace: health-app server: https://kubernetes.default.svc