From 307ef1a4e111e855e1b7c068dd816ff14decc49e Mon Sep 17 00:00:00 2001 From: Adam Hukalowicz Date: Fri, 14 Nov 2025 16:23:48 +0100 Subject: [PATCH] fix: remove unnecessary check --- gitops-settings/warehouse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitops-settings/warehouse.yaml b/gitops-settings/warehouse.yaml index dca366e..ddd65c8 100644 --- a/gitops-settings/warehouse.yaml +++ b/gitops-settings/warehouse.yaml @@ -25,4 +25,4 @@ spec: strictSemvers: false freightCreationPolicy: Automatic freightCreationCriteria: - expression: imageFrom('ghcr.io/procinger/gitops-demo-frontend/backend').Tag == imageFrom('ghcr.io/procinger/gitops-demo-frontend/frontend').Tag == commitFrom('https://github.com/procinger/gitops-demo-frontend.git').Tag + expression: imageFrom('ghcr.io/procinger/gitops-demo-frontend/frontend').Tag == commitFrom('https://github.com/procinger/gitops-demo-frontend.git').Tag