Skip to content

Commit f08a603

Browse files
authored
Merge pull request #1556 from zhanggbj/bump_k8s_group
🌱 Bump CAPI v1.11.0-rc.0 & CAPV v1.14.0-rc.0 in E2E
2 parents 8b229b0 + ab1c05c commit f08a603

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/e2e/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ E2E_CHART ?= ${REPO_ROOT}/charts/vsphere-cpi
4141
E2E_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-beta.0
44+
E2E_DATA_CAPV_TAG ?= v1.14.0-rc.0
4545

4646
# VERSION_DEV is the version of the image used for development
4747
VERSION_DEV ?= $(VERSION)

test/e2e/config/vsphere-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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-beta.0/core-components.yaml"
15+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-rc.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-beta.0/bootstrap-components.yaml"
29+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-rc.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-beta.0/control-plane-components.yaml"
43+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.11.0-rc.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-beta.0/infrastructure-components.yaml"
57+
value: "https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/download/v1.14.0-rc.0/infrastructure-components.yaml"
5858
type: "url"
5959
contract: v1beta1
6060
files:

0 commit comments

Comments
 (0)