Skip to content

Commit

Permalink
Merge pull request #655 from alexander-demicev/fixazureversion
Browse files Browse the repository at this point in the history
Bump CAPZ version in e2e
  • Loading branch information
alexander-demicev authored Aug 9, 2024
2 parents d6661c4 + 4d5db1c commit 72d8f95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions charts/rancher-turtles/templates/clusterctl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
# Infrastructure providers
- name: "aws"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/v2.3.5/infrastructure-components.yaml"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/v2.6.1/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "azure"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/v1.16.0/infrastructure-components.yaml"
Expand All @@ -23,13 +23,13 @@ data:
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.4.6/infrastructure-components-development.yaml"
type: "InfrastructureProvider"
- name: "gcp"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-gcp/releases/v1.6.0/infrastructure-components.yaml"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-gcp/releases/v1.7.0/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "vsphere"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/v1.9.1/infrastructure-components.yaml"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/v1.10.2/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "digitalocean"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean/releases/v1.4.1/infrastructure-components.yaml"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean/releases/v1.6.0/infrastructure-components.yaml"
type: "InfrastructureProvider"
# Bootstrap providers
Expand Down
3 changes: 0 additions & 3 deletions test/e2e/data/capi-operator/capi-providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ metadata:
spec:
name: docker
type: infrastructure
version: v1.4.6
configSecret:
name: variables
---
Expand All @@ -29,7 +28,6 @@ metadata:
spec:
name: kubeadm
type: bootstrap
version: v1.4.6
configSecret:
name: variables
---
Expand All @@ -46,6 +44,5 @@ metadata:
spec:
name: kubeadm
type: controlPlane
version: v1.4.6
configSecret:
name: variables
1 change: 0 additions & 1 deletion test/e2e/data/capi-operator/capv-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
spec:
name: vsphere
type: infrastructure
version: v1.8.5
configSecret:
name: vsphere-variables
variables:
Expand Down
2 changes: 0 additions & 2 deletions test/e2e/data/capi-operator/full-providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
spec:
type: infrastructure
name: aws
version: v2.3.5
configSecret:
name: full-variables
variables:
Expand All @@ -25,7 +24,6 @@ metadata:
spec:
type: infrastructure
name: azure
version: v1.11.5
configSecret:
name: azure-variables
variables:
Expand Down

0 comments on commit 72d8f95

Please sign in to comment.