From 7c266f026119a38347cb1cef0a7becd81ccefd62 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 18 Jun 2026 12:55:37 +0000 Subject: [PATCH] fix: use internal gitea service URL --- apps/gitea.yaml | 2 +- apps/ingress-nginx.yaml | 2 +- apps/ingress-private.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/gitea.yaml b/apps/gitea.yaml index 1a8bf60..f956675 100644 --- a/apps/gitea.yaml +++ b/apps/gitea.yaml @@ -12,7 +12,7 @@ spec: helm: valueFiles: - $values/helm/gitea/values.yaml - - repoURL: https://gitea.uzbutterfly.com/admin/k8s-manifests + - repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k8s-manifests targetRevision: HEAD ref: values destination: diff --git a/apps/ingress-nginx.yaml b/apps/ingress-nginx.yaml index 3a92879..012c5d6 100644 --- a/apps/ingress-nginx.yaml +++ b/apps/ingress-nginx.yaml @@ -12,7 +12,7 @@ spec: helm: valueFiles: - $values/helm/ingress-nginx/values.yaml - - repoURL: https://gitea.uzbutterfly.com/admin/k8s-manifests + - repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k8s-manifests targetRevision: HEAD ref: values destination: diff --git a/apps/ingress-private.yaml b/apps/ingress-private.yaml index 778c8b6..c6c5b90 100644 --- a/apps/ingress-private.yaml +++ b/apps/ingress-private.yaml @@ -12,7 +12,7 @@ spec: helm: valueFiles: - $values/helm/ingress-private/values.yaml - - repoURL: https://gitea.uzbutterfly.com/admin/k8s-manifests + - repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k8s-manifests targetRevision: HEAD ref: values destination: