File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ E2E_CHART ?= ${REPO_ROOT}/charts/vsphere-cpi
4141E2E_DATA_DIR := ${REPO_ROOT}/test/e2e/data
4242
4343# E2E_DATA_CAPV_TAG defines the providers from which tag of CAPV to use
44- E2E_DATA_CAPV_TAG ?= v1.14.0-rc.0
44+ E2E_DATA_CAPV_TAG ?= v1.14.0-rc.1
4545
4646# VERSION_DEV is the version of the image used for development
4747VERSION_DEV ?= $(VERSION )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ providers:
1212 versions :
1313 - name : v1.11.99
1414 # Use manifest from source files
15- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-rc.0 /core-components.yaml"
15+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0/core-components.yaml"
1616 type : " url"
1717 contract : v1beta2
1818 files :
@@ -26,7 +26,7 @@ providers:
2626 versions :
2727 - name : v1.11.99
2828 # Use manifest from source files
29- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-rc.0 /bootstrap-components.yaml"
29+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0/bootstrap-components.yaml"
3030 type : " url"
3131 contract : v1beta2
3232 files :
@@ -40,7 +40,7 @@ providers:
4040 versions :
4141 - name : v1.11.99
4242 # Use manifest from source files
43- value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-rc.0 /control-plane-components.yaml"
43+ value : " https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0/control-plane-components.yaml"
4444 type : " url"
4545 contract : v1beta2
4646 files :
@@ -54,7 +54,7 @@ providers:
5454 versions :
5555 - name : v1.14.99
5656 # Use manifest from source files
57- value : " https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/download/v1.14.0-rc.0 /infrastructure-components.yaml"
57+ value : " https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/download/v1.14.0-rc.1 /infrastructure-components.yaml"
5858 type : " url"
5959 contract : v1beta1
6060 files :
You can’t perform that action at this time.
0 commit comments