Skip to content

Commit

Permalink
Update crc to v1.34.0
Browse files Browse the repository at this point in the history
This PR fixes #2120.

Signed-off-by: Denis Golovin [email protected]
  • Loading branch information
dgolovin committed Oct 29, 2021
1 parent 0edf9ee commit c530819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webview/cluster/app/clusterView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c530819

Please sign in to comment.