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 15:10:32 UTC

[camel-k] branch release-1.10.x updated: chore: move back to proper 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


The following commit(s) were added to refs/heads/release-1.10.x by this push:
     new 79533623c chore: move back to proper kamelet tag
79533623c is described below

commit 79533623cff170531926a6f6f56bdcfe2879aef3
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Feb 1 11:35:28 2023 +0100

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

diff --git a/script/Makefile b/script/Makefile
index 79d38a6d0..d6c1c5d86 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -80,7 +80,7 @@ STAGING_RUNTIME_REPO :=
 INSTALL_DEFAULT_KAMELETS ?= true
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
 # Optional tag for the default Kamelet catalog (change this to a tag before release)
-KAMELET_CATALOG_REPO_TAG := main
+KAMELET_CATALOG_REPO_TAG := v0.9.4
 
 # 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.