From ba1851a9065c525702c6cc22fb3983806e420e06 Mon Sep 17 00:00:00 2001 From: Sergiy Kulanov Date: Sat, 27 Apr 2024 14:39:35 +0300 Subject: [PATCH] chore: Update kuttle to version 0.16 (#44) Signed-off-by: Sergiy Kulanov --- hack/install-kuttl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install-kuttl.sh b/hack/install-kuttl.sh index 94326b5..1adb509 100755 --- a/hack/install-kuttl.sh +++ b/hack/install-kuttl.sh @@ -1,5 +1,5 @@ #!/bin/bash -sudo curl -Lo /usr/local/bin/kubectl-kuttl https://github.com/kudobuilder/kuttl/releases/download/v0.15.0/kubectl-kuttl_0.15.0_linux_x86_64 +sudo curl -Lo /usr/local/bin/kubectl-kuttl https://github.com/kudobuilder/kuttl/releases/download/v0.16.0/kubectl-kuttl_0.16.0_linux_x86_64 sudo chmod +x /usr/local/bin/kubectl-kuttl export PATH=$PATH:/usr/local/bin