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 2022/12/21 15:55:32 UTC

[camel-k] 02/02: fix: kamelet tag

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

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

commit 680b6f1b80c9e40e6b5dacdfd8eb6361ef93b430
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Dec 21 15:00:13 2022 +0100

    fix: kamelet tag
---
 script/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/Makefile b/script/Makefile
index 764bdaf94..60a7fe922 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -79,8 +79,8 @@ STAGING_RUNTIME_REPO :=
 # Kamelets options
 INSTALL_DEFAULT_KAMELETS ?= true
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
-# Optional branch for the default Kamelet catalog (change this to a tag before release)
-KAMELET_CATALOG_REPO_BRANCH := v0.9.3
+# Optional tag for the default Kamelet catalog (change this to a tag before release)
+KAMELET_CATALOG_REPO_TAG := v0.9.3
 
 # 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.