From c155dc6b4da2243e99b85bf7b807e8d0e9587de0 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 18 Feb 2026 10:29:57 +0200 Subject: [PATCH] Update yq bin path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c183a9..e2fed4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ deploy: fi # Update values.yaml with the new tag - yq e ".image.tag = \"${TAG}\"" -i "${VALUES_FILE}" + /tmp/yq e ".image.tag = \"${TAG}\"" -i "${VALUES_FILE}" echo "Updated ${VALUES_FILE} with image.tag=${TAG}" # Configure git identity