File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -224,11 +224,8 @@ void prepareNode() {
224
224
225
225
curl -fsSL https://get.helm.sh/helm-v3.12.3-linux-amd64.tar.gz | sudo tar -C /usr/local/bin --strip-components 1 -xzf - linux-amd64/helm
226
226
227
- sudo sh -c "curl -s -L https://github.com/mikefarah/yq/releases/download/v4.35.1/yq_linux_amd64 > /usr/local/bin/yq"
228
- sudo chmod +x /usr/local/bin/yq
229
-
230
- sudo sh -c "curl -s -L https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux64 > /usr/local/bin/jq"
231
- sudo chmod +x /usr/local/bin/jq
227
+ sudo curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.44.1/yq_linux_amd64 -o /usr/local/bin/yq && sudo chmod +x /usr/local/bin/yq
228
+ sudo curl -fsSL https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux64 -o /usr/local/bin/jq && sudo chmod +x /usr/local/bin/jq
232
229
233
230
curl -fsSL https://github.com/kubernetes-sigs/krew/releases/latest/download/krew-linux_amd64.tar.gz | tar -xzf -
234
231
./krew-linux_amd64 install krew
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ tools: ## Download tools needed to build bundles
96
96
tools : tools/$(SYSTEM ) /jq
97
97
tools/$(SYSTEM ) /jq :
98
98
install -d ' $(dir $@)'
99
- curl -fSL -o ' $@' " https://github.com/stedolan/jq/releases/download/jq-1.6 /jq-$$ (SYSTEM='$( SYSTEM) '; \
99
+ curl -fSL -o ' $@' " https://github.com/stedolan/jq/releases/download/jq-1.7.1 /jq-$$ (SYSTEM='$( SYSTEM) '; \
100
100
case " $$ SYSTEM" in \
101
101
(linux-* ) echo " $$ {SYSTEM/-amd/}" ;; (darwin-* ) echo " $$ {SYSTEM/darwin-*/osx-amd64}" ;; (* ) echo ' $(SYSTEM)' ;; \
102
102
esac)"
You can’t perform that action at this time.
0 commit comments