Skip to content

Commit aff50cc

Browse files
committed
Update devfile/api dependency to fix validation of devworkspaces
Update devfile/api dependency to include changes from PR devfile/api#822 Signed-off-by: Angel Misevski <[email protected]>
1 parent 802b4a8 commit aff50cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export PROJECT_CLONE_IMG ?= quay.io/devfile/project-clone:next
2929
export PULL_POLICY ?= Always
3030
export DEFAULT_ROUTING ?= basic
3131
export KUBECONFIG ?= ${HOME}/.kube/config
32-
export DEVWORKSPACE_API_VERSION ?= 664e02df4202a8d4a9fdc30f25b445546e0c1acf
32+
export DEVWORKSPACE_API_VERSION ?= 32cae1f8e42c22035138ef6ee93080bc47d751c6
3333

3434
# Enable using Podman instead of Docker
3535
export DOCKER ?= docker

deploy/generate-deployment.sh

+1-1
Original file line numberDiff line numberDiff 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
121121
fi

0 commit comments

Comments
 (0)