Skip to content

Commit c2b08a0

Browse files
committed
Fix the kustomize version
1 parent 6edf4b0 commit c2b08a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kubernetes/install-kustomize.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases |\
5050
grep browser_download |\
5151
grep $opsys |\
5252
cut -d '"' -f 4 |\
53-
grep /kustomize/v3.8.6 |\
53+
grep /kustomize/v3.9.4 |\
5454
sort | tail -n 1 |\
5555
xargs curl -s -O -L
5656

0 commit comments

Comments
 (0)