Skip to content

Commit

Permalink
To fix upgrade test (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz committed Apr 19, 2024
1 parent ae6c279 commit 74b8885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,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
Expand Down

0 comments on commit 74b8885

Please sign in to comment.