Skip to content

Commit

Permalink
Update kuttl version to the latest v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Korepta committed Feb 8, 2023
1 parent 09d0e7e commit 25cab8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o nounset
set -o pipefail
set -o xtrace

KUTTL_VERSION="0.13.0"
KUTTL_VERSION="0.15.0"
arch_name="$(uname -m)"

if [[ $arch_name == "arm64" ]]; then
Expand Down

0 comments on commit 25cab8a

Please sign in to comment.