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 @@
We also recommend using the Tekton dashboard
. To install it, follow the steps in the dashboard docs, and
start the dashboard server.
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