From: Todd Malsbary Date: Tue, 9 Nov 2021 23:15:44 +0000 (-0800) Subject: Use pinned version of CAPM3 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F12%2F4512%2F1;p=icn.git Use pinned version of CAPM3 Signed-off-by: Todd Malsbary Change-Id: I98a3fb83492dbefa9625285e9a0907ec2d097ee5 --- diff --git a/deploy/cluster-api/cluster-api.sh b/deploy/cluster-api/cluster-api.sh index f1e48d9..b1f533c 100755 --- a/deploy/cluster-api/cluster-api.sh +++ b/deploy/cluster-api/cluster-api.sh @@ -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 { diff --git a/env/lib/common.sh b/env/lib/common.sh index 809e67f..38088c3 100755 --- a/env/lib/common.sh +++ b/env/lib/common.sh @@ -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"