File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ OpenShift Connector extension provides an end-to-end developer experience for Re
1313 - Developers can easily create, deploy and live debug container applications running on OpenShift.
1414 - Create [ devfile] ( https://devfile.io/docs/2.1.0/what-is-a-devfile ) based components directly from Devfile Registries View
1515 - Follow logs for the deployed applications on OpenShift
16- - Run local instance of OpenShift 4.11.3 using [ OpenShift Local] ( https://crc.dev/crc/ ) directly from IDE
16+ - Run local instance of OpenShift 4.11.7 using [ OpenShift Local] ( https://crc.dev/crc/ ) directly from IDE
1717 - Connect & Provision free [ Developer Sandbox for Red Hat OpenShift] ( https://developers.redhat.com/developer-sandbox ) instance from IDE
1818
1919### Demo: https://www.youtube.com/watch?v=HEsYgDqD1rM
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ function getSteps() {
5959// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
6060export default function addClusterView ( props ) {
6161 const classes = useStyles ( ) ;
62- const crcLatest = '2.9.0 ' ;
63- const crcOpenShift = '4.11.3 ' ;
62+ const crcLatest = '2.10.1 ' ;
63+ const crcOpenShift = '4.11.7 ' ;
6464 const [ fileName , setBinaryPath ] = React . useState ( '' ) ;
6565 const [ pullSecretPath , setSecret ] = React . useState ( '' ) ;
6666 const [ cpuSize , setCpuSize ] = React . useState ( crcDefaults . DefaultCPUs ) ;
You can’t perform that action at this time.
0 commit comments