X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=env%2Flib%2Fcommon.sh;h=ba23921cb094b2906dc94a91441b9a464c3dbba7;hb=790dc20efb05a3113b97800926a80753e9a89e98;hp=14f768025866612a4f60a633b62b3eeb9c2eef33;hpb=65bce1c8d1854c74b7f0db536bd9ab11fa90b23b;p=icn.git diff --git a/env/lib/common.sh b/env/lib/common.sh index 14f7680..ba23921 100755 --- a/env/lib/common.sh +++ b/env/lib/common.sh @@ -17,7 +17,7 @@ BMOPATH="/opt/src/github.com/metal3-io/baremetal-operator" #Bare Metal Operator version to use # If changing this, the value in deploy/ironic/icn/kustomization.yaml # must also be changed -BMO_VERSION="capm3-v0.5.1" +BMO_VERSION="capm3-v0.5.4" #KuD repository URL KUDREPO="${KUDREPO:-https://github.com/onap/multicloud-k8s.git}" @@ -27,11 +27,11 @@ KUDPATH="/opt/src/github.com/onap/multicloud-k8s" KUD_VERSION="8157bf63753839ce4e9006978816fad3f63ca2de" #EMCO repository URL -EMCOREPO="${EMCOREPO:-https://github.com/open-ness/EMCO.git}" +EMCOREPO="${EMCOREPO:-https://gitlab.com/project-emco/core/emco-base.git}" #Path to clone the EMCO repo -EMCOPATH="/opt/src/github.com/open-ness/EMCO" +EMCOPATH="/opt/src/emco-base" #EMCO version to use -EMCO_VERSION="openness-21.03.06" +EMCO_VERSION="v21.12" #Discard existing repo directory FORCE_REPO_UPDATE="${FORCE_REPO_UPDATE:-false}" @@ -40,10 +40,10 @@ FORCE_REPO_UPDATE="${FORCE_REPO_UPDATE:-false}" KUSTOMIZE_VERSION="v4.3.0" #Cluster API version to use -CAPI_VERSION="v0.4.3" +CAPI_VERSION="v0.4.7" #Cluster API version to use -CAPM3_VERSION="v0.5.1" +CAPM3_VERSION="v0.5.4" #The flux version to use FLUX_VERSION="0.25.3"