From 911c6f1a99349dc793e8a49246d6a7c4b40fe051 Mon Sep 17 00:00:00 2001 From: Damir Mukimov Date: Wed, 24 Dec 2025 20:43:58 +0100 Subject: [PATCH] chore: Update ArgoCD applications to use Gitea repository --- k8s/argocd/application.yaml | 2 +- k8s/argocd/frontend-application.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/argocd/application.yaml b/k8s/argocd/application.yaml index dee8b07..1e850d6 100644 --- a/k8s/argocd/application.yaml +++ b/k8s/argocd/application.yaml @@ -11,7 +11,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/SamyRai/turash.git + repoURL: https://gitea.bk.glpx.pro/mukimovd/turash.git targetRevision: master path: k8s kustomize: {} diff --git a/k8s/argocd/frontend-application.yaml b/k8s/argocd/frontend-application.yaml index 08e1925..56ea42e 100644 --- a/k8s/argocd/frontend-application.yaml +++ b/k8s/argocd/frontend-application.yaml @@ -11,7 +11,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/SamyRai/turash.git + repoURL: https://gitea.bk.glpx.pro/mukimovd/turash.git targetRevision: master path: k8s kustomize: {}