File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export PROJECT_CLONE_IMG ?= quay.io/devfile/project-clone:next
2929export PULL_POLICY ?= Always
3030export DEFAULT_ROUTING ?= basic
3131export KUBECONFIG ?= ${HOME}/.kube/config
32- export DEVWORKSPACE_API_VERSION ?= 664e02df4202a8d4a9fdc30f25b445546e0c1acf
32+ export DEVWORKSPACE_API_VERSION ?= 32cae1f8e42c22035138ef6ee93080bc47d751c6
3333
3434# Enable using Podman instead of Docker
3535export DOCKER ?= docker
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ if $USE_DEFAULT_ENV; then
115115 export PROJECT_CLONE_IMG=${PROJECT_CLONE_IMG:- " quay.io/devfile/project-clone:next" }
116116 export PULL_POLICY=Always
117117 export DEFAULT_ROUTING=basic
118- export DEVWORKSPACE_API_VERSION=664e02df4202a8d4a9fdc30f25b445546e0c1acf
118+ export DEVWORKSPACE_API_VERSION=32cae1f8e42c22035138ef6ee93080bc47d751c6
119119 export ROUTING_SUFFIX=' ""'
120120 export FORCE_DEVWORKSPACE_CRDS_UPDATE=true
121121fi
You can’t perform that action at this time.
0 commit comments