Skip to content

Commit

Permalink
Use focal images for Kubernetes (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Aug 26, 2023
1 parent e43b5f4 commit 8d0ad2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/community_images/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ community_images_azimuth_images_manifest: >-
community_images_azimuth_images: |-
{
{% for source_key, image in community_images_azimuth_images_manifest.items() %}
{% if "kubernetes_version" in image and source_key.endswith("-jammy") %}
{% if "kubernetes_version" in image and source_key.endswith("-focal") %}
{% set kube_version = image.kubernetes_version.removeprefix("v") %}
{% set kube_series = kube_version.split(".")[:-1] | join("_") %}
{% set dest_key = "kube_" ~ kube_series %}
Expand Down

0 comments on commit 8d0ad2e

Please sign in to comment.