Skip to content

Commit ea9a337

Browse files
committed
ci: changes image name to base os
1 parent 43dfe7f commit ea9a337

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
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
@@ -91,7 +91,7 @@ jobs:
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

test/e2e/config/caren.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)