Update yq command
This commit is contained in:
parent
f0d8a1d4da
commit
f490012cec
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user