sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-ci-version/patches/machine-deployment-ci-version.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureMachineTemplate
     3  metadata:
     4    name: ${CLUSTER_NAME}-md-0
     5  spec:
     6    template:
     7      spec:
     8        image:
     9          # we use the latest image as a workaround there is no published marketplace image for k8s CI versions.
    10          # latest binaries and images will get replaced to the desired version by the script in this template.
    11          marketplace:
    12            publisher: cncf-upstream
    13            offer: capi
    14            sku: ubuntu-2204-gen1
    15            version: "latest"