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/03/08 08:36:52 UTC

[camel-k] branch release-1.12.x updated: chore(ci): kamelet tag

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

pcongiusti pushed a commit to branch release-1.12.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.12.x by this push:
     new 886f7887b chore(ci): kamelet tag
886f7887b is described below

commit 886f7887b5428863d7cee57951e6749bfcae0d10
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Mar 8 09:36:48 2023 +0100

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

diff --git a/script/Makefile b/script/Makefile
index 428656b08..c3c90af79 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -85,7 +85,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 := main
+KAMELET_CATALOG_REPO_TAG := v3.20.1.1
 
 # 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.