Skip to content

Commit 14b12a3

Browse files
committed
Update crc version to 1.40.0
This PR fixes #2372. Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent 566abc3 commit 14b12a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webview/cluster/app/clusterView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ function getSteps() {
5959
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
6060
export default function addClusterView(props) {
6161
const classes = useStyles();
62-
const crcLatest = '1.34.0';
63-
const crcOpenShift = '4.9.0';
62+
const crcLatest = '1.40.0';
63+
const crcOpenShift = '4.9.18';
6464
const [fileName, setBinaryPath] = React.useState('');
6565
const [pullSecretPath, setSecret] = React.useState('');
6666
const [cpuSize, setCpuSize] = React.useState(crcDefaults.DefaultCPUs);

0 commit comments

Comments
 (0)