This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 645928305 chore: fix process 645928305 is described below commit 645928305fe8e2a2876e3b3776a8985c80b01bcc Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Sat Feb 8 10:24:58 2025 +0100 chore: fix process --- release.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.adoc b/release.adoc index c6ecf6b36..ec5d8f9d2 100644 --- a/release.adoc +++ b/release.adoc @@ -84,7 +84,7 @@ Camel K Client 2.0.0 If the version retrieved is the one expected you can run an installation procedure: ``` -kustomize build github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v<version> | sed 's#apache/camel-k#camelk/camel-k#g' +kustomize build github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v<version> | sed 's#apache/camel-k#camelk/camel-k#g' | kubectl apply -f - ``` Make some test and if all is in order, you can upload the sources and CLIs to the dist/dev repository in ASF the staged artifacts, in order to link them in the release vote communication.