Skip to content

Commit acb8591

Browse files
committed
ci: bump k8s to 1.34 for Azure tests
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent 399a5cc commit acb8591

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

test/e2e/config/operator.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,12 @@ variables:
4747
#
4848
# Azure Kubeadm tests need specific k8s version.
4949
# This is due to the limited availability of published AMIs.
50-
# For example: https://portal.azure.com/#@suseazuredev.onmicrosoft.com/resource/providers/Microsoft.Compute/locations/FranceCentral/CommunityGalleries/ClusterAPI-f72ceb4f-5159-4c26-a0fe-2ea738f0d019/Images/capi-ubun2-2204/overview
51-
AZURE_KUBERNETES_VERSION: "v1.32.0"
50+
# For example: https://portal.azure.com/#view/Microsoft_Azure_ComputeHub/ComputeHubMenuBlade/~/communityImagesBrowse
51+
# Filter `capi-ubun2-2404` images. Beware: not all versions are published on all regions.
52+
AZURE_KUBERNETES_VERSION: "v1.34.1"
53+
AZURE_RKE2_VERSION: "v1.34.1+rke2r1"
54+
# For AKS available versions, run: az aks get-versions --location westeurope
55+
AZURE_AKS_VERSION: "v1.33.3"
5256

5357
# AWS Configuration
5458
#

test/e2e/data/cluster-templates/azure-rke2-topology.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
value: highlander-e2e-azure-rke2
4545
- name: azureClusterIdentityName
4646
value: cluster-identity
47-
version: ${RKE2_VERSION}
47+
version: ${AZURE_RKE2_VERSION}
4848
workers:
4949
machineDeployments:
5050
- class: rke2-default-worker

0 commit comments

Comments
 (0)