We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49cca8 commit c7d8d6eCopy full SHA for c7d8d6e
src/webview/cluster/app/clusterView.tsx
@@ -59,8 +59,8 @@ function getSteps() {
59
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
60
export default function addClusterView(props) {
61
const classes = useStyles();
62
- const crcLatest = '2.5.1';
63
- const crcOpenShift = '4.10.18';
+ const crcLatest = '2.7.1';
+ const crcOpenShift = '4.11.0';
64
const [fileName, setBinaryPath] = React.useState('');
65
const [pullSecretPath, setSecret] = React.useState('');
66
const [cpuSize, setCpuSize] = React.useState(crcDefaults.DefaultCPUs);
0 commit comments