v2.10.2
Pre-release
Pre-release
This release is on vote. It is using a staging operator image published as docker.io/camelk/camel-k:2.10.2. 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=v2.10.2 | 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/v2.10.2/docs/charts/camel-k-2.10.2.tgz
OLM
Use the operator-sdk tool and run the bundle via:
operator-sdk run bundle docker.io/camelk/camel-k-bundle:2.10.2
Full Changelog: v2.10.1...v2.10.2