sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/dev/custom-builds-machine-pool/patches/machine-pool-deployment-pr-version-windows.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureMachinePool
     3  metadata:
     4    name: ${CLUSTER_NAME}-mp-win
     5  spec:
     6    template:
     7      image:
     8        # we use the latest image as a workaround there is no published marketplace image for k8s CI versions.
     9        # latest binaries and images will get replaced to the desired version by the script above.
    10        marketplace:
    11          publisher: cncf-upstream
    12          offer: capi-windows
    13          sku: ${WINDOWS_SERVER_VERSION:=windows-2019}-containerd-gen1
    14          version: latest