Skip to content

Commit c82d0bc

Browse files
Upgrade capi version (#757)
* Upgrade capi version Signed-off-by: okozachenko1203 <[email protected]> * upgrade capi version to 1.10.5 --------- Signed-off-by: okozachenko1203 <[email protected]> Co-authored-by: Mohammed Naser <[email protected]>
1 parent 9c88c88 commit c82d0bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devstack/plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CAPI_VERSION=${CAPI_VERSION:-v1.8.4}
1+
CAPI_VERSION=${CAPI_VERSION:-v1.10.5}
22
CAPO_VERSION=${CAPO_VERSION:-v0.11.2}
33
KIND_VERSION=${KIND_VERSION:-v0.16.0}
44
HELM_VERSION=${HELM_VERSION:-v3.10.3}

hack/setup-capo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
export GOPROXY=off
2020

2121
# Versions to test
22-
CAPI_VERSION=${CAPI_VERSION:-v1.8.4}
22+
CAPI_VERSION=${CAPI_VERSION:-v1.10.5}
2323
CAPO_VERSION=${CAPO_VERSION:-v0.11.2}
2424

2525
# Install the `clusterctl` CLI

0 commit comments

Comments
 (0)