This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 5bdfad4a13a79af9e1681c1c4d6e351f1c2f20a2 Author: Pasquale Congiusti <[email protected]> AuthorDate: Fri Feb 3 12:06:53 2023 +0100 fix(test): upgrade failure --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index c1d067ff4..dddef4210 100644 --- a/script/Makefile +++ b/script/Makefile @@ -22,7 +22,7 @@ SHELL := /bin/bash VERSIONFILE := pkg/util/defaults/defaults.go VERSION ?= 1.12.0-SNAPSHOT LAST_RELEASED_IMAGE_NAME := camel-k-operator -LAST_RELEASED_VERSION ?= 1.11.0 +LAST_RELEASED_VERSION ?= 1.11.1 RUNTIME_VERSION := 1.17.0-SNAPSHOT BUILDAH_VERSION := 1.23.3 KANIKO_VERSION := 0.17.1
