Skip to content

Commit

Permalink
Merge pull request #3308 from sbueringer/pr-fixups
Browse files Browse the repository at this point in the history
🌱 Minor fixups vsphere.yaml's
  • Loading branch information
k8s-ci-robot authored Dec 27, 2024
2 parents fdbed62 + 4046680 commit 3339f1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/release_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Early in the cycle:
* [ ] [Prepare main branch for development of the new release](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/docs/release/release-tasks.md#prepare-main-branch-for-development-of-the-new-release)
* [ ] [Remove previously deprecated code](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/docs/release/release-tasks.md#remove-previously-deprecated-code)

Release-specific tasks:


After the Kubernetes minor release:
* [ ] Bump the Kubernetes version
* [ ] Publish new OVA images
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/config-overrides-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
VSPHERE_STORAGE_POLICY: "Cluster API vSphere Storage Policy"
VSPHERE_NETWORK: "network-1"
VSPHERE_TEMPLATE: "ubuntu-2404-kube-v1.32.0"
FLATCAR_VSPHERE_TEMPLATE: "flatcar-stable-3975.2.0-kube-v1.32.0"
FLATCAR_VSPHERE_TEMPLATE: "flatcar-stable-4081.2.0-kube-v1.32.0"
CONTROL_PLANE_ENDPOINT_IP: "10.0.0.10"
# Only for clusterctl upgrade tests
# WORKLOAD_CONTROL_PLANE_ENDPOINT_IP:
Expand Down
12 changes: 6 additions & 6 deletions test/e2e/config/vsphere.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ providers:
- name: cluster-api
type: CoreProvider
versions:
- name: "v1.9.1"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.1/core-components.yaml"
- name: "{go://sigs.k8s.io/cluster-api@v1.9}"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/{go://sigs.k8s.io/cluster-api@v1.9}/core-components.yaml"
type: "url"
contract: v1beta1
files:
Expand Down Expand Up @@ -66,8 +66,8 @@ providers:
- name: kubeadm
type: BootstrapProvider
versions:
- name: "v1.9.1"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.1/bootstrap-components.yaml"
- name: "{go://sigs.k8s.io/cluster-api@v1.9}"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/{go://sigs.k8s.io/cluster-api@v1.9}/bootstrap-components.yaml"
type: "url"
contract: v1beta1
files:
Expand Down Expand Up @@ -106,8 +106,8 @@ providers:
- name: kubeadm
type: ControlPlaneProvider
versions:
- name: "v1.9.1"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.1/control-plane-components.yaml"
- name: "{go://sigs.k8s.io/cluster-api@v1.9}"
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/{go://sigs.k8s.io/cluster-api@v1.9}/control-plane-components.yaml"
type: "url"
contract: v1beta1
files:
Expand Down

0 comments on commit 3339f1b

Please sign in to comment.