This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit e3144e3348b276fc14e1ee98fb2e2410aa10e35f Author: Tadayoshi Sato <[email protected]> AuthorDate: Sat Dec 10 22:14:10 2022 +0900 fix(kustomize): allow specifying INSTALL_DEFAULT_KAMELETS from env var --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index b6583c8a0..2605d6e6f 100644 --- a/script/Makefile +++ b/script/Makefile @@ -20,7 +20,7 @@ LAST_RELEASED_VERSION ?= 1.11.0 RUNTIME_VERSION := 1.16.0 BUILDAH_VERSION := 1.23.3 KANIKO_VERSION := 0.17.1 -INSTALL_DEFAULT_KAMELETS := true +INSTALL_DEFAULT_KAMELETS ?= true CONTROLLER_GEN_VERSION := v0.6.1 CODEGEN_VERSION := v0.23.5 OPERATOR_SDK_VERSION := v1.16.0
