Parcourir la source

chore: remove kubernetes 1.25.x as an option (#3503)

jose-fully-ported il y a 2 ans
Parent
commit
628250293b
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      dashboard/src/components/ProvisionerSettings.tsx

+ 0 - 1
dashboard/src/components/ProvisionerSettings.tsx

@@ -82,7 +82,6 @@ const machineTypeOptions = [
 
 const clusterVersionOptions = [
   { value: "v1.24.0", label: "1.24.0" },
-  { value: "v1.25.0", label: "1.25.0" },
 ];
 
 type Props = RouteComponentProps & {