From ffc175239462a8fce3aa5638d237fffc6847e92a Mon Sep 17 00:00:00 2001 From: AidanDelaney Date: Mon, 12 Aug 2024 07:04:33 +0000 Subject: [PATCH] Update tekton task version (#759) Use the latest version of the tekton task Signed-off-by: Aidan Delaney --- .../how-to/integrate-ci/tekton/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/for-platform-operators/how-to/integrate-ci/tekton/index.html b/docs/for-platform-operators/how-to/integrate-ci/tekton/index.html index ec67c47ec..f7ae651b7 100644 --- a/docs/for-platform-operators/how-to/integrate-ci/tekton/index.html +++ b/docs/for-platform-operators/how-to/integrate-ci/tekton/index.html @@ -920,8 +920,8 @@

1. Install Tekton and Tekton Dash

We also recommend using the Tekton dashboard. To install it, follow the steps in the dashboard docs, and start the dashboard server.

2. Install the Buildpacks Task

-

Install the latest version of the buildpacks task (currently 0.3), by running:

-
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/buildpacks/0.3/buildpacks.yaml
+

Install the latest version of the buildpacks task (currently 0.6), by running:

+
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/buildpacks/0.6/buildpacks.yaml
 

3. Install git-clone Task

For our pipeline, we will use the git-clone task to clone a repository. Install the latest version (currently 0.4), by running:

kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/git-clone/0.4/git-clone.yaml