From 7744613df586f0fac4b255c7d2884140e110e1d1 Mon Sep 17 00:00:00 2001 From: ArgoCD Setup Date: Fri, 10 Apr 2026 12:50:37 -0300 Subject: [PATCH] . --- k8s/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 5b5b9dd..b73de19 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -27,7 +27,7 @@ spec: containers: - name: node-bugado # IMPORTANTE: Esta linha é atualizada automaticamente pelo GitLab CI - image: git-morada.kube.quest/depaula/node-bugado:latest + image: git-morada.kube.quest/gitea_admin/node-bugado:latest ports: - containerPort: 3000 name: http