Update capm3 to 0.4.0 to fix clusterctl move BMH bug

This PS updates the capm3 version to 0.4.0, to fix the
clusterctl move BMH bug.

Closes: #466
Change-Id: If9369b6421bde628efee90f1a94681c13f9e749c
This commit is contained in:
Sirisha Gopigiri
2021-03-01 12:14:58 +05:30
parent c0fcc8c37f
commit 3bade9c0ed
62 changed files with 3956 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ init-options:
bootstrap-providers:
- "kubeadm:v0.3.7"
infrastructure-providers:
- "metal3:v0.3.2"
- "metal3:v0.4.0"
control-plane-providers:
- "kubeadm:v0.3.7"
providers:
@@ -17,7 +17,7 @@ providers:
type: "InfrastructureProvider"
variable-substitution: true
versions:
v0.3.2: airshipctl/manifests/function/capm3/v0.3.2
v0.4.0: airshipctl/manifests/function/capm3/v0.4.0
- name: "kubeadm"
type: "BootstrapProvider"
variable-substitution: true
@@ -59,7 +59,7 @@ images:
tag: "v0.4.1"
infrastructure-metal3/cluster-api-provider-metal3:
repository: "quay.io/metal3-io"
tag: "v0.3.2"
tag: "v0.4.0"
infrastructure-metal3/kube-rbac-proxy:
repository: "gcr.io/kubebuilder"
tag: "v0.4.0"