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 82e58b884 chore(ci): more attempt
82e58b884 is described below
commit 82e58b884e46d9760886bd8d4c79b5a6b9c7d869
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Oct 30 13:39:27 2025 +0100
chore(ci): more attempt
---
.github/actions/release-nightly/action.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/actions/release-nightly/action.yml
b/.github/actions/release-nightly/action.yml
index 39dbbd0c4..f5669e4ac 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -161,16 +161,12 @@ runs:
run: |
RELEASE_NOTES=$(cat << 'EOF'
Apache Camel K ${{ env.VERSION }} build for testing purposese only (unstable).
This nightly release is using an **unsupported** operator image published as
`${{ env.IMAGE_NAME }}:${{ env.VERSION }}`. The available platforms are AMD64
and ARM64.
-
-## Kubectl
```
kubectl apply -k
github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v${{
env.VERSION }}
```
-## Helm
```
helm install camel-k https://github.com/apache/camel-k/raw/v${{ env.VERSION
}}/docs/charts/camel-k-${{ env.VERSION }}.tgz
```
-## OLM
Use the `operator-sdk` tool and run the bundle via:
```
operator-sdk run bundle docker.io/testcamelk/camel-k-bundle:${{ env.VERSION }}