Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,32 +83,32 @@ providers:
- name: azure
type: InfrastructureProvider
versions:
- name: v1.20.2 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.20.2/infrastructure-components.yaml
- name: v1.20.4 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.20.4/infrastructure-components.yaml
type: url
contract: v1beta1
files:
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
- sourcePath: "../data/infrastructure-azure/v1.20.2/cluster-template-prow.yaml"
- sourcePath: "../data/infrastructure-azure/v1.20.4/cluster-template-prow.yaml"
targetName: "cluster-template.yaml"
- sourcePath: "../data/infrastructure-azure/v1.20.2/cluster-template-prow-machine-and-machine-pool.yaml"
- sourcePath: "../data/infrastructure-azure/v1.20.4/cluster-template-prow-machine-and-machine-pool.yaml"
targetName: "cluster-template-machine-and-machine-pool.yaml"
- sourcePath: "../data/infrastructure-azure/v1.20.2/cluster-template-aks.yaml"
- sourcePath: "../data/infrastructure-azure/v1.20.4/cluster-template-aks.yaml"
targetName: "cluster-template-aks.yaml"
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
- name: v1.21.0 # latest patch of latest minor in supported v1beta1 releases; this is used for v1beta1 latest --> v1beta1 current clusterctl upgrades test only.
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.21.0/infrastructure-components.yaml
- name: v1.21.1 # latest patch of latest minor in supported v1beta1 releases; this is used for v1beta1 latest --> v1beta1 current clusterctl upgrades test only.
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.21.1/infrastructure-components.yaml
type: url
contract: v1beta1
files:
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
- sourcePath: "../data/infrastructure-azure/v1.21.0/cluster-template-prow.yaml"
- sourcePath: "../data/infrastructure-azure/v1.21.1/cluster-template-prow.yaml"
targetName: "cluster-template.yaml"
- sourcePath: "../data/infrastructure-azure/v1.21.0/cluster-template-prow-machine-and-machine-pool.yaml"
- sourcePath: "../data/infrastructure-azure/v1.21.1/cluster-template-prow-machine-and-machine-pool.yaml"
targetName: "cluster-template-machine-and-machine-pool.yaml"
- sourcePath: "../data/infrastructure-azure/v1.21.0/cluster-template-aks.yaml"
- sourcePath: "../data/infrastructure-azure/v1.21.1/cluster-template-aks.yaml"
targetName: "cluster-template-aks.yaml"
replacements:
- old: "imagePullPolicy: Always"
Expand Down Expand Up @@ -254,8 +254,8 @@ variables:
AZURE_CNI_V1_MANIFEST_PATH: "${PWD}/templates/addons/azure-cni-v1.yaml"
OLD_CAPI_UPGRADE_VERSION: "v1.9.11"
LATEST_CAPI_UPGRADE_VERSION: "v1.10.7"
OLD_PROVIDER_UPGRADE_VERSION: "v1.20.2"
LATEST_PROVIDER_UPGRADE_VERSION: "v1.21.0"
OLD_PROVIDER_UPGRADE_VERSION: "v1.20.4"
LATEST_PROVIDER_UPGRADE_VERSION: "v1.21.1"
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
LATEST_CAAPH_UPGRADE_VERSION: "v0.4.1"
CI_RG: "${CI_RG:-capz-ci}"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading