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 990aa460b fix(doc): upgrade proper version
990aa460b is described below
commit 990aa460bde34cc67e32cab766033909c515533f
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Nov 20 17:35:20 2025 +0100
fix(doc): upgrade proper version
Closes #6321
---
docs/modules/ROOT/pages/installation/upgrade.adoc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/modules/ROOT/pages/installation/upgrade.adoc
b/docs/modules/ROOT/pages/installation/upgrade.adoc
index 08ddf9c79..d5e1624e8 100644
--- a/docs/modules/ROOT/pages/installation/upgrade.adoc
+++ b/docs/modules/ROOT/pages/installation/upgrade.adoc
@@ -10,9 +10,10 @@ NOTE: you must notice that the deployment resources linked
to an Integration (ie
If you want to upgrade via https://kustomize.io[Kustomize] you'll need to
execute the same installation procedure you did for the previous version and
add the `--force-conflicts` flag which will take care to overwrite any
conflicting configuration (ie, rewriting the CRDs). Here an example for a
descoped (global) installation procedure:
-```
-$ kubectl apply -k
github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v2.4.0
--server-side --force-conflicts
-```
+[subs=attributes+]
+----
+$ kubectl apply -k
github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v{last-released-version}
--server-side --force-conflicts
+----
[[operatorhub]]
== Upgrade via Operator Hub