Skip to content

Commit

Permalink
chore: fix tests failing with Kustomize based errors (#21037)
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Doudine <[email protected]>
  • Loading branch information
dudinea authored Dec 3, 2024
1 parent b8e118f commit 0d7f1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hack/installers/install-codegen-tools.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -eux -o pipefail

KUSTOMIZE_VERSION=4.5.7 "$(dirname $0)/../install.sh" kustomize protoc
KUSTOMIZE_VERSION=5.4.3 "$(dirname $0)/../install.sh" kustomize protoc
1 change: 1 addition & 0 deletions hack/installers/install-kustomize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -eux -o pipefail
. $(dirname $0)/../tool-versions.sh

PROJECT_ROOT=$(cd $(dirname ${BASH_SOURCE})/../..; pwd)
INSTALL_PATH="${BIN:-$INSTALL_PATH}"
INSTALL_PATH="${INSTALL_PATH:-$PROJECT_ROOT/dist}"
PATH="${INSTALL_PATH}:${PATH}"
[ -d $INSTALL_PATH ] || mkdir -p $INSTALL_PATH
Expand Down

0 comments on commit 0d7f1f7

Please sign in to comment.