This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new d1a729c96 chore: nightly resource refresh d1a729c96 is described below commit d1a729c96b18a1bb1da472387ef6d172d2f8a42e Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Apr 27 23:47:56 2023 +0000 chore: nightly resource refresh --- script/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/Makefile b/script/Makefile index 4c6d66efc..021f7da95 100644 --- a/script/Makefile +++ b/script/Makefile @@ -23,7 +23,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go VERSION ?= 2.0.0-SNAPSHOT LAST_RELEASED_IMAGE_NAME := camel-k-operator LAST_RELEASED_VERSION ?= 1.12.0 -RUNTIME_VERSION := 3.20.1-SNAPSHOT +RUNTIME_VERSION := 2.16.0-SNAPSHOT BUILDAH_VERSION := 1.23.3 KANIKO_VERSION := 1.9.1 CONTROLLER_GEN_VERSION := v0.6.1 @@ -86,7 +86,7 @@ STAGING_RUNTIME_REPO := INSTALL_DEFAULT_KAMELETS ?= true KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git # Make sure to use a released tag or empty if you want to get the latest development bits -KAMELET_CATALOG_REPO_TAG := v3.20.1.1 +KAMELET_CATALOG_REPO_TAG := # When performing integration tests, it is not necessary to always execute build, especially # in e2e tests when lots of tests are being executed sequentially & the build has already taken place.