From a0d6cc85d775716cf91292cddf6a658603be4f90 Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Fri, 19 Apr 2024 10:25:43 -0400 Subject: [PATCH] To fix upgrade test --- testing/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/common.sh b/testing/common.sh index c5799576dec..aae4e651e4e 100644 --- a/testing/common.sh +++ b/testing/common.sh @@ -604,7 +604,7 @@ function install_operator_version() { echo "Target operator release: $version" # Initialize the MinIO Kubernetes Operator - kubectl apply -k "${SCRIPT_DIR}/../resources" + kubectl apply -k github.com/minio/operator/resources/\?ref=v"$version" if [ "$1" = "helm" ]; then