Skip to content

Commit

Permalink
bump down default cluster version to v1.24.0 (#3813)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen authored Oct 13, 2023
1 parent 0b0139e commit 110dc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/ProvisionerSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const machineTypeOptions = [

const defaultCidrVpc = "10.78.0.0/16"
const defaultCidrServices = "172.20.0.0/16"
const defaultClusterVersion = "v1.27.0"
const defaultClusterVersion = "v1.24.0"

type Props = RouteComponentProps & {
selectedClusterVersion?: Contract;
Expand Down

0 comments on commit 110dc50

Please sign in to comment.