Skip to content

Commit

Permalink
Fix the kustomize version
Browse files Browse the repository at this point in the history
  • Loading branch information
saikat-royc committed Mar 24, 2021
1 parent 6edf4b0 commit c2b08a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/install-kustomize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases |\
grep browser_download |\
grep $opsys |\
cut -d '"' -f 4 |\
grep /kustomize/v3.8.6 |\
grep /kustomize/v3.9.4 |\
sort | tail -n 1 |\
xargs curl -s -O -L

Expand Down

0 comments on commit c2b08a0

Please sign in to comment.