File tree 2 files changed +2
-2
lines changed
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
29
29
export PULL_POLICY ?= Always
30
30
export DEFAULT_ROUTING ?= basic
31
31
export KUBECONFIG ?= ${HOME}/.kube/config
32
- export DEVWORKSPACE_API_VERSION ?= 664e02df4202a8d4a9fdc30f25b445546e0c1acf
32
+ export DEVWORKSPACE_API_VERSION ?= 32cae1f8e42c22035138ef6ee93080bc47d751c6
33
33
34
34
# Enable using Podman instead of Docker
35
35
export DOCKER ?= docker
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ if $USE_DEFAULT_ENV; then
115
115
export PROJECT_CLONE_IMG=${PROJECT_CLONE_IMG:- " quay.io/devfile/project-clone:next" }
116
116
export PULL_POLICY=Always
117
117
export DEFAULT_ROUTING=basic
118
- export DEVWORKSPACE_API_VERSION=664e02df4202a8d4a9fdc30f25b445546e0c1acf
118
+ export DEVWORKSPACE_API_VERSION=32cae1f8e42c22035138ef6ee93080bc47d751c6
119
119
export ROUTING_SUFFIX=' ""'
120
120
export FORCE_DEVWORKSPACE_CRDS_UPDATE=true
121
121
fi
You can’t perform that action at this time.
0 commit comments