Skip to content

Commit

Permalink
fix(ci): proper kamelet catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez authored Aug 30, 2024
1 parent c29e5f8 commit 3960019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ STAGING_IMAGE := docker.io/camelk/camel-k
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 := v4.0.1
KAMELET_CATALOG_REPO_TAG := v4.4.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.
Expand Down

0 comments on commit 3960019

Please sign in to comment.