Use pinned version of CAPM3 12/4512/1
authorTodd Malsbary <todd.malsbary@intel.com>
Tue, 9 Nov 2021 23:15:44 +0000 (15:15 -0800)
committerTodd Malsbary <todd.malsbary@intel.com>
Mon, 22 Nov 2021 23:14:17 +0000 (15:14 -0800)
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I98a3fb83492dbefa9625285e9a0907ec2d097ee5

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"