File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ capi_cluster_openstack_ca_cert: >-
3737# Default, wire these up with an image from community images when available
3838capi_cluster_kubernetes_version : >-
3939 {{-
40- community_images.kube_1_31 .kubernetes_version
41- if community_images is defined and 'kube_1_31 ' in community_images
40+ community_images.kube_1_32 .kubernetes_version
41+ if community_images is defined and 'kube_1_32 ' in community_images
4242 else undef(hint = 'capi_cluster_kubernetes_version is required')
4343 }}
4444capi_cluster_machine_image_id : >-
4545 {{-
46- community_images_image_ids.kube_1_31
46+ community_images_image_ids.kube_1_32
4747 if (
4848 community_images_image_ids is defined and
49- 'kube_1_31 ' in community_images_image_ids
49+ 'kube_1_32 ' in community_images_image_ids
5050 )
5151 else undef(hint = 'capi_cluster_machine_image_id is required')
5252 }}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ community_images_disk_format: qcow2
4141# The repository to use for azimuth-images
4242community_images_azimuth_images_repo : https://github.com/azimuth-cloud/azimuth-images
4343# The version of azimuth-images to use to populate the default community images
44- community_images_azimuth_images_version : 0.20.3
44+ community_images_azimuth_images_version : 0.21.0
4545# The azimuth-images manifest URL
4646community_images_azimuth_images_manifest_url : >-
4747 {{ community_images_azimuth_images_repo }}/releases/download/{{ community_images_azimuth_images_version }}/manifest.json
Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ infra_floatingip_pool:
7878infra_image_id :
7979# OR
8080# The name of the image to upload (should be changed when the image changes)
81- infra_image_name : ubuntu-jammy-20250626
81+ infra_image_name : ubuntu-jammy-20251001
8282# The source URL for the image
83- infra_image_source_url : https://cloud-images.ubuntu.com/releases/jammy/release-20250626 /ubuntu-22.04-server-cloudimg-amd64.img
83+ infra_image_source_url : https://cloud-images.ubuntu.com/releases/jammy/release-20251001 /ubuntu-22.04-server-cloudimg-amd64.img
8484# The disk format of the image as downloaded
8585infra_image_source_disk_format : qcow2
8686# The container format for the image
You can’t perform that action at this time.
0 commit comments