From fa7f05e47bf89fd8926f0c0d6697959257d20348 Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Thu, 12 Feb 2026 20:34:35 +0000 Subject: [PATCH 1/4] chore: update image tag to e2a36da [skip ci] --- k8s/overlays/prod/deployment-image-digest-patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/overlays/prod/deployment-image-digest-patch.yaml b/k8s/overlays/prod/deployment-image-digest-patch.yaml index b1fe7bb..7207dfc 100644 --- a/k8s/overlays/prod/deployment-image-digest-patch.yaml +++ b/k8s/overlays/prod/deployment-image-digest-patch.yaml @@ -7,4 +7,4 @@ spec: spec: containers: - name: api - image: git.simplifiquehc.com.br/simplifique/vendaweb-api:03519ae + image: git.simplifiquehc.com.br/simplifique/vendaweb-api:e2a36da From 599a916257b3cda7e10f3767ffe030b8e9aefdce Mon Sep 17 00:00:00 2001 From: simplifique Date: Thu, 12 Feb 2026 17:36:55 -0300 Subject: [PATCH 2/4] fix: update health check status message to reflect new version --- src/app.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.controller.ts b/src/app.controller.ts index 1902f02..27625a1 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -14,7 +14,7 @@ export class AppController { @Get('health') @ApiOperation({ summary: 'Health check' }) healthCheck() { - return { status: 'SIMPLIFIQUE HOME CENTER 2026' }; + return { status: 'NOVA VERSAO 2026' }; } } From c088c38a05c7b37d4e2ab53af79d6f9de90e95cd Mon Sep 17 00:00:00 2001 From: simplifique Date: Thu, 12 Feb 2026 18:08:05 -0300 Subject: [PATCH 3/4] chore: update registry and repository URLs to use internal IP address --- .gitea/workflows/deploy-api.yaml | 4 ++-- k8s/argocd/application-prod.yaml | 2 +- k8s/base/deployment.yaml | 2 +- k8s/overlays/prod/deployment-image-digest-patch.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy-api.yaml b/.gitea/workflows/deploy-api.yaml index 539e483..434acee 100644 --- a/.gitea/workflows/deploy-api.yaml +++ b/.gitea/workflows/deploy-api.yaml @@ -14,7 +14,7 @@ jobs: - name: Build and Push run: | - REGISTRY="git.simplifiquehc.com.br" + REGISTRY="172.35.0.216:3000" IMAGE_NAME="$REGISTRY/simplifique/vendaweb-api" SHA_TAG=$(echo ${{ gitea.sha }} | cut -c1-7) @@ -27,7 +27,7 @@ jobs: - name: Update Manifest and Push to Git run: | SHA_TAG=$(echo ${{ gitea.sha }} | cut -c1-7) - IMAGE_NAME="git.simplifiquehc.com.br/simplifique/vendaweb-api" + IMAGE_NAME="172.35.0.216:3000/simplifique/vendaweb-api" MANIFEST_FILE="k8s/overlays/prod/deployment-image-digest-patch.yaml" diff --git a/k8s/argocd/application-prod.yaml b/k8s/argocd/application-prod.yaml index 963a54a..6533af7 100644 --- a/k8s/argocd/application-prod.yaml +++ b/k8s/argocd/application-prod.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://git.simplifiquehc.com.br/simplifique/Vendaweb-api.git + repoURL: http://172.35.0.216:3000/simplifique/Vendaweb-api.git targetRevision: main path: k8s/overlays/prod destination: diff --git a/k8s/base/deployment.yaml b/k8s/base/deployment.yaml index 564846c..9367248 100644 --- a/k8s/base/deployment.yaml +++ b/k8s/base/deployment.yaml @@ -27,7 +27,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: api - image: git.simplifiquehc.com.br/simplifique/vendaweb-api:589fa29 + image: 172.35.0.216:3000/simplifique/vendaweb-api:589fa29 imagePullPolicy: IfNotPresent ports: - name: http diff --git a/k8s/overlays/prod/deployment-image-digest-patch.yaml b/k8s/overlays/prod/deployment-image-digest-patch.yaml index 7207dfc..cc38aeb 100644 --- a/k8s/overlays/prod/deployment-image-digest-patch.yaml +++ b/k8s/overlays/prod/deployment-image-digest-patch.yaml @@ -7,4 +7,4 @@ spec: spec: containers: - name: api - image: git.simplifiquehc.com.br/simplifique/vendaweb-api:e2a36da + image: 172.35.0.216:3000/simplifique/vendaweb-api:e2a36da From 5665c4e71d0d8dc56cecd5b6180c098b81264277 Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Thu, 12 Feb 2026 21:10:06 +0000 Subject: [PATCH 4/4] chore: update image tag to c088c38 [skip ci] --- k8s/overlays/prod/deployment-image-digest-patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/overlays/prod/deployment-image-digest-patch.yaml b/k8s/overlays/prod/deployment-image-digest-patch.yaml index cc38aeb..3ab55cd 100644 --- a/k8s/overlays/prod/deployment-image-digest-patch.yaml +++ b/k8s/overlays/prod/deployment-image-digest-patch.yaml @@ -7,4 +7,4 @@ spec: spec: containers: - name: api - image: 172.35.0.216:3000/simplifique/vendaweb-api:e2a36da + image: 172.35.0.216:3000/simplifique/vendaweb-api:c088c38