Skip to content

Commit c530819

Browse files
committed
Update crc to v1.34.0
This PR fixes #2120. Signed-off-by: Denis Golovin [email protected]
1 parent 0edf9ee commit c530819

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.23.1';
63-
const crcOpenShift = '4.7.0';
62+
const crcLatest = '1.34.0';
63+
const crcOpenShift = '4.9.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)