Update yq command

This commit is contained in:
dvirlabs 2026-02-18 10:24:00 +02:00
parent f0d8a1d4da
commit f490012cec

View File

@ -33,8 +33,8 @@ deploy:
# Install yq if missing
if ! command -v yq >/dev/null 2>&1; then
YQ_VERSION="v4.35.1"
wget -qO /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64"
chmod +x /usr/local/bin/yq
wget -qO /usr/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64"
chmod +x /usr/bin/yq
fi
# Update values.yaml with the new tag