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 b7eda62ed chore(doc): release backtick escape
b7eda62ed is described below
commit b7eda62ed34d725ddc600d6733456e66e90e544f
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Sep 16 17:02:16 2025 +0200
chore(doc): release backtick escape
---
release.adoc | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/release.adoc b/release.adoc
index 7dbdabfc2..f5ed49d0c 100644
--- a/release.adoc
+++ b/release.adoc
@@ -103,22 +103,22 @@ You can start a **draft** release from the tag created in
the previous steps (ie
You should also manually add some text to explain how to test the staging
artifacts. You can copy the following text to add to the top of the release
note just changing the release version:
-```
+----
This release is on vote. It is using a **staging** operator image published as
`docker.io/camelk/camel-k:<version>`. The available platforms are AMD64 and
ARM64. You can test it following these instructions:
### Kubectl
-\`\`\`
+```
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 - --server-side
-\`\`\`
+```
### Helm
-\`\`\`
+```
helm install camel-k
https://github.com/apache/camel-k/raw/v<version>/docs/charts/camel-k-<version>.tgz
-\`\`\`
+```
### OLM
Use the `operator-sdk` tool and run the bundle via:
-\`\`\`
+```
operator-sdk run bundle docker.io/camelk/camel-k-bundle:<version>
-\`\`\`
```
+----
[[voting]]
== Voting