You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/02/01 10:37:33 UTC

[camel-k] 01/01: chore: bring back proper kamelet tag

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch squakez-patch-3
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 98ccfc135878ef23f64a74cd8e49fa219fa51142
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Feb 1 11:37:26 2023 +0100

    chore: bring back proper kamelet tag
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index f6559a07d..83238b75d 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -79,7 +79,7 @@ STAGING_RUNTIME_REPO :=
 # Kamelets options
 INSTALL_DEFAULT_KAMELETS ?= true
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
-KAMELET_CATALOG_REPO_TAG := main
+KAMELET_CATALOG_REPO_TAG := v0.10.0
 
 # 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.