From c5308190fdb7c90261e4c377e10d07952602ba3b Mon Sep 17 00:00:00 2001 From: Denis Golovin Date: Thu, 28 Oct 2021 23:38:12 -0700 Subject: [PATCH] Update crc to v1.34.0 This PR fixes #2120. Signed-off-by: Denis Golovin dgolovin@redhat.com --- src/webview/cluster/app/clusterView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webview/cluster/app/clusterView.tsx b/src/webview/cluster/app/clusterView.tsx index ceb5d93c9..6b5011267 100644 --- a/src/webview/cluster/app/clusterView.tsx +++ b/src/webview/cluster/app/clusterView.tsx @@ -59,8 +59,8 @@ function getSteps() { // eslint-disable-next-line @typescript-eslint/explicit-function-return-type export default function addClusterView(props) { const classes = useStyles(); - const crcLatest = '1.23.1'; - const crcOpenShift = '4.7.0'; + const crcLatest = '1.34.0'; + const crcOpenShift = '4.9.0'; const [fileName, setBinaryPath] = React.useState(''); const [pullSecretPath, setSecret] = React.useState(''); const [cpuSize, setCpuSize] = React.useState(crcDefaults.DefaultCPUs);