From 1ed368e370bd381a89a794dfa28fa328d6fef192 Mon Sep 17 00:00:00 2001 From: xLima12 Date: Wed, 6 May 2026 14:09:00 -0300 Subject: [PATCH] fix: update k8s deployment images to use correct ghcr paths --- k8s/backend/deployment.yaml | 2 +- k8s/frontend/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/backend/deployment.yaml b/k8s/backend/deployment.yaml index 722a3ef..e3d1e0e 100644 --- a/k8s/backend/deployment.yaml +++ b/k8s/backend/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: flima-backend - image: ghcr.io/seu-usuario/flima-dev-backend:latest + image: ghcr.io/devflima/flima.dev-backend:latest ports: - containerPort: 8080 envFrom: diff --git a/k8s/frontend/deployment.yaml b/k8s/frontend/deployment.yaml index 07ca662..c9ebd92 100644 --- a/k8s/frontend/deployment.yaml +++ b/k8s/frontend/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: flima-frontend - image: ghcr.io/seu-usuario/flima-dev:latest + image: ghcr.io/devflima/flima.dev:latest ports: - containerPort: 80 resources: