We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fb053f + 9c0aabf commit cab7422Copy full SHA for cab7422
deploy/kubernetes/install-kustomize.sh
@@ -50,7 +50,7 @@ curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases |\
50
grep browser_download |\
51
grep $opsys |\
52
cut -d '"' -f 4 |\
53
- grep /kustomize/v3.8.6 |\
+ grep /kustomize/v3.9.4 |\
54
sort | tail -n 1 |\
55
xargs curl -s -O -L
56
0 commit comments