From 458bfb9af1cea1d389e056f173552f81926f24f7 Mon Sep 17 00:00:00 2001 From: liquidrinu Date: Thu, 22 May 2025 14:46:21 +0200 Subject: [PATCH] fix: set backend.image and frontend.image as strings for helm --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 30ffe8d..8be9883 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -88,8 +88,8 @@ jobs: --create-namespace \ --values ./chart/values.prod.yaml \ --values ./chart/secrets.prod.yaml \ - --set backend.image.repository=registry.liquidrinu.com/fusero-backend \ - --set frontend.image.repository=registry.liquidrinu.com/fusero-frontend + --set backend.image=registry.liquidrinu.com/fusero-backend:latest \ + --set frontend.image=registry.liquidrinu.com/fusero-frontend:latest - name: Wait for migration/seed job run: |