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 9076c33 Update tekton documentation (#3000)
9076c33 is described below
commit 9076c336b03e10b76d524fc0e2c0c4b963af854a
Author: Peter Mendis <[email protected]>
AuthorDate: Thu Feb 17 04:00:06 2022 -0500
Update tekton documentation (#3000)
* draft running version
* revert changes
* updated latest image
* updated latest image
* changed to 1.8.0
---
.../ROOT/attachments/tekton/camel-k-pipeline-task-definition.yaml | 6 +++---
docs/modules/ROOT/pages/tutorials/tekton/tekton.adoc | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git
a/docs/modules/ROOT/attachments/tekton/camel-k-pipeline-task-definition.yaml
b/docs/modules/ROOT/attachments/tekton/camel-k-pipeline-task-definition.yaml
index 1a541a6..220e434 100644
--- a/docs/modules/ROOT/attachments/tekton/camel-k-pipeline-task-definition.yaml
+++ b/docs/modules/ROOT/attachments/tekton/camel-k-pipeline-task-definition.yaml
@@ -26,7 +26,7 @@ spec:
- name: revision
value: tekton
- name: url
- value: https://github.com/nicolaferraro/camel-k
+ value: https://github.com/apache/camel-k
---
apiVersion: tekton.dev/v1alpha1
kind: Task
@@ -35,7 +35,7 @@ metadata:
spec:
steps:
- name: install
- image: apache/camel-k:1.0.0-M2
+ image: docker.io/apache/camel-k:1.8.0
command:
- kamel
args:
@@ -56,7 +56,7 @@ spec:
description: The integration file to run
steps:
- name: run-integration
- image: apache/camel-k:1.0.0-M2
+ image: docker.io/apache/camel-k:1.8.0
workingDir: /workspace/repository
command:
- kamel
diff --git a/docs/modules/ROOT/pages/tutorials/tekton/tekton.adoc
b/docs/modules/ROOT/pages/tutorials/tekton/tekton.adoc
index ef84167..31f520a 100644
--- a/docs/modules/ROOT/pages/tutorials/tekton/tekton.adoc
+++ b/docs/modules/ROOT/pages/tutorials/tekton/tekton.adoc
@@ -4,7 +4,7 @@
[[tutorials-tekton-introduction]]
== Introduction
-NOTE: Available from Camel K 1.0.0-M2
+NOTE: Available from Camel K 1.8.0
Camel K can be directly used in https://github.com/tektoncd/pipeline[Tekton
Pipelines] tasks since it's container image ships the `kamel` CLI tool, that
can be used to create all needed resources by interacting with the Kubernetes
cluster.
@@ -28,7 +28,7 @@ spec:
description: The integration file to run
steps:
- name: run-integration
- image: apache/camel-k:1.0.0-M2 //<1>
+ image: docker.io/apache/camel-k:1.8.0 //<1>
workingDir: /workspace/repository
command:
- kamel
@@ -39,7 +39,7 @@ spec:
----
-<1> The base image for the step is `apache/camel-k:1.0.0-M2`
+<1> The base image for the step is `apache/camel-k:1.8.0`
<2> It executes command `kamel run --wait ${inputs.params.file}`, with file to
run received as parameter
When executed, such task creates an integration resource from the given file
(which is supposed to be contained in the input git repository) and waits for
the integration to be fully running before completing.
@@ -127,7 +127,7 @@ metadata:
spec:
steps:
- name: install
- image: apache/camel-k:1.0.0-M2
+ image: docker.io/apache/camel-k:1.8.0
command:
- kamel
args: