Update yq bin path

This commit is contained in:
dvirlabs 2026-02-18 10:29:57 +02:00
parent f490012cec
commit c155dc6b4d

View File

@ -38,7 +38,7 @@ deploy:
fi fi
# Update values.yaml with the new tag # 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}" echo "Updated ${VALUES_FILE} with image.tag=${TAG}"
# Configure git identity # Configure git identity