From a90c0a75a2400fdf8f1ba0c11804660097521aeb Mon Sep 17 00:00:00 2001 From: Cristian Felipe Cruz Buitron Date: Sun, 9 Aug 2026 00:10:14 -0500 Subject: [PATCH] fix(gitops): usar https en repoURL de ecommerce-app para consistencia con application.yaml --- apps/ecommerce-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ecommerce-app.yaml b/apps/ecommerce-app.yaml index 5b2603f..750dd50 100644 --- a/apps/ecommerce-app.yaml +++ b/apps/ecommerce-app.yaml @@ -9,7 +9,7 @@ spec: project: default source: - repoURL: http://gitea.cruzcloud.net/devops/apps-registry.git + repoURL: https://gitea.cruzcloud.net/devops/apps-registry.git targetRevision: main path: workloads/ecommerce kustomize: {} -- 2.54.0