Skip to content

Commit

Permalink
replace all kustomize versions with 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rawc0der committed Mar 17, 2024
1 parent 3eadc2c commit ed299f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deploy-pipeline-lite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if ! which kustomize; then
mkdir -p ${TOOL_DIR}
# Use 5.2.1 because we want it to be compatible with latest kustomize syntax changes
# See discussions tracked in https://github.com/kubeflow/manifests/issues/2388 and https://github.com/kubeflow/manifests/pull/2653.
wget --no-verbose https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.2.1/kustomize_v5.0.3_linux_amd64.tar.gz \
wget --no-verbose https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.2.1/kustomize_v5.2.1_linux_amd64.tar.gz \
-O kustomize_linux_amd64.tar.gz
tar -xzvf kustomize_linux_amd64.tar.gz kustomize
mv kustomize ${TOOL_DIR}/kustomize
Expand Down

0 comments on commit ed299f4

Please sign in to comment.