File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 description : The version of Kubernetes to test with
2323 type : string
2424 required : true
25- os-image :
25+ base-os :
2626 description : The OS image to use for the machine template
2727 type : string
2828 required : false
9191 NUTANIX_PRISM_ELEMENT_CLUSTER_NAME : ${{ vars.NUTANIX_PRISM_ELEMENT_CLUSTER_NAME }}
9292 NUTANIX_SUBNET_NAME : ${{ vars.NUTANIX_SUBNET_NAME }}
9393 NUTANIX_STORAGE_CONTAINER_NAME : ${{ vars.NUTANIX_STORAGE_CONTAINER_NAME }}
94- NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME : ${{ inputs.os-image }}
94+ NUTANIX_MACHINE_TEMPLATE_BASE_OS : ${{ inputs.base-os }}
9595 KINDEST_IMAGE_TAG : ${{ inputs.kubernetes-version }}
9696 E2E_KUBERNETES_VERSION : ${{ inputs.kubernetes-version }}
9797
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ variables:
202202 # NUTANIX_PRISM_ELEMENT_CLUSTER_NAME: ""
203203 # # Name of the OS image pre-uploaded in PC.
204204 NUTANIX_MACHINE_TEMPLATE_LOOKUP_FORMAT : " nkp-{{.BaseOS}}-release-{{.K8sVersion}}-*"
205- NUTANIX_MACHINE_TEMPLATE_BASE_OS : " rocky-9.4 "
205+ NUTANIX_MACHINE_TEMPLATE_BASE_OS : " rocky-9.5 "
206206 # # Name of the subnet to be assigned to the VMs.
207207 # NUTANIX_SUBNET_NAME: ""
208208 # # Name of the storage container to CSI driver
You can’t perform that action at this time.
0 commit comments