diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba8cf24..2c183a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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