Skip to content

Commit c7d8d6e

Browse files
mohitsumandgolovin
authored andcommitted
update crc to 2.7.1
Signed-off-by: Mohit Suman <[email protected]>
1 parent f49cca8 commit c7d8d6e

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 = '2.5.1';
63-
const crcOpenShift = '4.10.18';
62+
const crcLatest = '2.7.1';
63+
const crcOpenShift = '4.11.0';
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)