Skip to content

Commit

Permalink
upgrade patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Oct 9, 2024
1 parent 2323d96 commit c5bbd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/setup-capo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
export GOPROXY=off

# Versions to test
CAPI_VERSION=${CAPI_VERSION:-vv1.8.1}
CAPO_VERSION=${CAPO_VERSION:-v0.10.4}
CAPI_VERSION=${CAPI_VERSION:-v1.8.4}
CAPO_VERSION=${CAPO_VERSION:-v0.10.5}

# Install the `clusterctl` CLI
sudo curl -Lo /usr/local/bin/clusterctl https://github.com/kubernetes-sigs/cluster-api/releases/download/${CAPI_VERSION}/clusterctl-linux-amd64
Expand Down

0 comments on commit c5bbd88

Please sign in to comment.