From 3c0aeba95f2adf5d693852954148a391f438671c Mon Sep 17 00:00:00 2001 From: Evan Duffy Date: Thu, 30 Apr 2026 14:13:43 -0400 Subject: [PATCH] Change the default machine type to q35 Before, we explicitly set the machineType to pc-q35-rhel8.4.0 which is deprecated in 4.21. If we just set the default to 'q35' then Kubevirt will chose the most up to date version it can. If the user needs a specific version they can change the default or they can set it on a specific vm with the 'machineType' field. --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 0a95bfa..1904682 100644 --- a/values.yaml +++ b/values.yaml @@ -31,7 +31,7 @@ vmDefaults: efi: false storage: 30Gi memory: 4Gi - machineType: pc-q35-rhel8.4.0 + machineType: q35 cores: 1 sockets: 1 threads: 1