Merge "Use pinned version of CAPM3"
authorKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Tue, 7 Dec 2021 00:27:16 +0000 (00:27 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Tue, 7 Dec 2021 00:27:16 +0000 (00:27 +0000)
deploy/cluster-api/cluster-api.sh
env/lib/common.sh

index f1e48d9..b1f533c 100755 (executable)
@@ -9,7 +9,7 @@ source $LIBDIR/common.sh
 
 function deploy {
     export EXP_CLUSTER_RESOURCE_SET=true
-    clusterctl init --infrastructure=metal3
+    clusterctl init --infrastructure=metal3:${CAPM3_VERSION}
 }
 
 function clean {
index 809e67f..38088c3 100755 (executable)
@@ -40,6 +40,9 @@ KUSTOMIZE_VERSION="v4.3.0"
 #Cluster API version to use
 CAPI_VERSION="v0.4.3"
 
+#Cluster API version to use
+CAPM3_VERSION="v0.5.1"
+
 #The flux version to use
 FLUX_VERSION="0.20.0"