Skip to content

Commit

Permalink
Merge pull request #159 from kubevirt/renovate/e2e-setup-versions
Browse files Browse the repository at this point in the history
chore(deps): update dependency kubectl to v1.32.1
  • Loading branch information
kubevirt-bot authored Jan 16, 2025
2 parents 0656662 + d9d1d9c commit da8bbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set_default_params() {
KIND_VERSION=${KIND_VERSION:-v0.26.0}

KUBECTL=${KUBECTL:-$BIN_DIR/kubectl}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.32.0}
KUBECTL_VERSION=${KUBECTL_VERSION:-v1.32.1}

KUBEVIRT_VERSION=${KUBEVIRT_VERSION:-v1.4.0}
KUBEVIRT_CDI_VERSION=${KUBEVIRT_CDI_VERSION:-v1.61.0}
Expand Down

0 comments on commit da8bbfb

Please sign in to comment.