diff --git a/docs/building-functions/on_cluster_build.md b/docs/building-functions/on_cluster_build.md index dc5faab1cf..922d43d25b 100644 --- a/docs/building-functions/on_cluster_build.md +++ b/docs/building-functions/on_cluster_build.md @@ -9,7 +9,7 @@ This guide describes how you can build a Function on Cluster with Tekton Pipelin For production environments, please refer to [Tekton Pipelines documentation](https://github.com/tektoncd/pipeline/blob/main/docs/install.md) or run the following command: ```bash -kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.49.0/release.yaml +kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v1.6.0/release.yaml ``` ## Enabling a namespace to run Function related Tekton Pipelines