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 d31740a5d chore(release): help identify helm chart d31740a5d is described below commit d31740a5dd9344fa9c99487054bba399750ac61f Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Sat Jun 21 18:00:45 2025 +0200 chore(release): help identify helm chart --- release.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.adoc b/release.adoc index 242668da9..7dbdabfc2 100644 --- a/release.adoc +++ b/release.adoc @@ -186,7 +186,7 @@ The script is in charge to clone a fork you had to do have available on with you === Helm -An Helm chart was generated during the staging procedure. Use the commit ID to cherry pick the commit which created the chart to the `main` branch. It should be 2 files, the tar.gz file that have been generated in `/docs/charts` and the updated `Chart.yaml`. +An Helm chart was generated during the staging procedure. Use the commit ID to cherry pick the commit which created the chart to the `main` branch. It should be 2 files, the tar.gz file that have been generated in `/docs/charts` and the updated `Chart.yaml`. The commit message should be like `chore(release): Helm chart for 2.7.0` After this is done, wait for them to be available on https://hub.helm.sh/ (generally within some hour after the cherry-pick).